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:
+1
@@ -116,6 +116,7 @@ export class ViewProxy {
|
||||
|
||||
detectChanges(): void {
|
||||
this._view.changeDetector.detectChanges();
|
||||
this._view.changeDetector.checkNoChanges();
|
||||
}
|
||||
|
||||
querySelector(selector) {
|
||||
|
||||
Reference in New Issue
Block a user