I need to remove browser.ignoreSynchronization from my protractor files. However, doing so causes an "angular could not be found on the window" error. Does anyone have any experience with this?
Best. Austin
I need to remove browser.ignoreSynchronization from my protractor files. However, doing so causes an "angular could not be found on the window" error. Does anyone have any experience with this?
Best. Austin
This is expected. It means the app you're testing isn't an Angular app. I.e. does not include Angular code.
ignoreSynchronization
is used when testing non-Angular apps.