test: changed test bed to run change detection twice to make sure there are no changes second time

Closes #1517
This commit is contained in:
vsavkin 2015-04-23 17:20:45 -07:00 committed by Misko Hevery
parent e4586249fa
commit 818bb9b697
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ export class ViewProxy {
detectChanges(): void {
this._view.changeDetector.detectChanges();
this._view.changeDetector.checkNoChanges();
}
querySelector(selector) {