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 was archived by the owner on Jul 29, 2024. It is now read-only.
- Elements workaround for WebElement.equals
- Added a better unhandled rejection warning message in the launcher
- Remove global function wrappers for mocha (these wrappers went away with
control flow)
- Fix the attach to session driver provider
Typing exported from Protractor:
- removed ActionSequence and EventEmitter
- removed promise.Promise
- removed Promise, defer, delayed, createFlow, controlFlow, all,
fulfilled, filter, when
Typings exported from WebDriver:
- removed attachToSession
- removed WebDriver instance methods: touchActions, call
- removed WebElement getSize and getLocation for getRect
- removed redefined global vars for testing
Tests:
- Fix element equals
- Add missing 'await' in colorList test. This caused unhandled promise
rejections.
- Remove control flow related tests
- Disable the install test. Installing from "file:../../" is not
working.
- Fix the attach to session driver provider test to exit with a 1 if
errors are encountered
0 commit comments