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.
"I think this is so convoluted because it needed to support the control flow case as well. This should be cleaned up - forkNewDriverInstance() should just return a promise that resolves to the new browser instance, after its ready."
browser.forkNewDriverInstance should return a promise that resolves to the new browser.
The text was updated successfully, but these errors were encountered:
- remove .ready since forking should automatically return a browser
- getNewDriver should return a promised WebDriver that can be awaited
- fix interaction tests and local driver tests
- update unit tests for async await due to getNewDriver fix
closes#5031
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Dec 19, 2018
)
- remove .ready since forking should automatically return a browser
- getNewDriver should return a promised WebDriver that can be awaited
- fix interaction tests and local driver tests
- update unit tests for async await due to getNewDriver fix
closesangular#5031
)
- remove .ready since forking should automatically return a browser
- getNewDriver should return a promised WebDriver that can be awaited
- fix interaction tests and local driver tests
- update unit tests for async await due to getNewDriver fix
closesangular#5031
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reference #5019
protractor/lib/runner.ts
Line 275 in ed955e5
"I think this is so convoluted because it needed to support the control flow case as well. This should be cleaned up - forkNewDriverInstance() should just return a promise that resolves to the new browser instance, after its ready."
browser.forkNewDriverInstance should return a promise that resolves to the new browser.
The text was updated successfully, but these errors were encountered: