-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#229 wait no element #249
Conversation
Codecov Report
@@ Coverage Diff @@
## master #249 +/- ##
======================================
Coverage 60.1% 60.1%
======================================
Files 179 179
Lines 5296 5296
======================================
Hits 3184 3184
Misses 1763 1763
Partials 349 349 |
} | ||
) | ||
|
||
const ( | ||
WaitEventPresence = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comments for WaitEventPresence
and WaitEventAbsence
pls :)
} | ||
} | ||
|
||
if found == values.False { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comment explaining why values.True
returns here.
* Added possibility to wait for an element or a class absence
* Added possibility to wait for an element or a class absence
* Added possibility to wait for an element or a class absence
* Added possibility to wait for an element or a class absence
Closes #229
Added