Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b0ca4f5

Browse files
committed
revert change to browser.ignoreSynchronization
1 parent e9469e5 commit b0ca4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/protractor-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function setProtractorToNg1Mode(): void {
3131
// bootstrap with Angular 1 at the moment. Get around it by
3232
// waiting for an element to get `ng-scope` class.
3333
export function waitForNg1AsyncBootstrap() {
34-
browser.ng12Hybrid = true;
34+
browser.ignoreSynchronization = true;
3535
browser.driver.wait(function() {
3636
return element(by.css('.ng-scope')).isPresent();
3737
}, 5000);

0 commit comments

Comments
 (0)