You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Error: Error while waiting for Protractor to sync with the page: "both angularJS testability and angular testability are undefined. This could be either because this is a non-angular page or because your test involves client-side navigation, which can interfere with Protractor's bootstrapping
#5109
Closed
ihba02 opened this issue
Dec 28, 2018
· 3 comments
Provide a minimally reduced test case. This makes it much more likely that your bug will be fixed. Protractor has a test Angular application available at http://www.protractortest.org/testapp which you can use for the reproducible test case.
Fill in the information that corresponds to your type of issue below.
Delete this intro and any unrelated text 😄 (if you do not we'll assume you haven't read these instructions and automatically close the issue.)
Bug report
Node Version: ``
Protractor Version: ``
Angular Version: ``
Browser(s): ``
Operating System and Version ``
Your protractor configuration file
A relevant example test
Output from running the test
Steps to reproduce the bug
The URL you are running your tests against (if relevant)
Feature Request
Reasons for adopting new feature
Is this a breaking change? (How will this affect existing functionality)
The text was updated successfully, but these errors were encountered:
See #5177 this is a yet uncorrected bug/defect that manifested again with the latest updates of webdriver-manager and protractor. It is not a coding issue.
How to reproduce: do a fresh install on Windows 7 or 10 of Nodejs. Install the latest protractor. (Assuming you can get around the Chrome phantom version 74 issue angular/webdriver-manager#351) Run the simple tutorial from the protractor page: http://www.protractortest.org/#/tutorial and observe.
BLUF: No new user can get protractor running on Windows. Any existing user who updated protractor cannot get protractor running on Windows 7/10.
Cheers, RW
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there!
Thanks for submitting an issue to Protractor.
To help us help you better, please do the following before submitting an issue:
http://www.protractortest.org/testapp
which you can use for the reproducible test case.Bug report
Feature Request
The text was updated successfully, but these errors were encountered: