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:
parent
e4586249fa
commit
818bb9b697
|
@ -116,6 +116,7 @@ export class ViewProxy {
|
|||
|
||||
detectChanges(): void {
|
||||
this._view.changeDetector.detectChanges();
|
||||
this._view.changeDetector.checkNoChanges();
|
||||
}
|
||||
|
||||
querySelector(selector) {
|
||||
|
|
Loading…
Reference in New Issue