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
fix: .not should also wait for conditions (Breaking changes of issue 1982) (#2014)
* Revert "fix: isNot was not always properly considered (#1983)"
This reverts commit 084d4a6.
* Documents clearly today `.not` behavior
* Keep useful changes
* Add clear waitUntil UT + add integrated test representing the issue
* Keep relevant comment
* More stable tests
sometimes when run too fast, it triggers conditions one more time than expected
* Apply suggestions from code review
* Update test/matchers.test.ts
In addition to the `expect-webdriverio` matchers you can use builtin Jest's [expect](https://jestjs.io/docs/expect) assertions or [expect/expectAsync](https://jasmine.github.io/api/edge/global.html#expect) for Jasmine.
882
882
883
+
## Modifiers
884
+
885
+
WebdriverIO supports usage of modifiers as `.not` and it will wait until the reverse condition is meet
0 commit comments