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
now RetryerContext is mandatory and should be injected to atlas config
Re-designed Retryer's, now we use global RetryerContext as default
ISExtension (for momentary checking)
now beforeMethod return configuration instance for alteration
fixes:
qameta#81qameta#79qameta#74
element().should(not(exist()), 15); - it doesn't work properly.
It will wait whole 15 sec anyway, whether element disappears or not - doesn't matter.
The difference is only in the end result: exception if element still presents, or pass if it one disappears
Methods call
element().should(not(exist()));
or
element().should(not(displayed()));
returns NoSuchElementException
The text was updated successfully, but these errors were encountered: