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
In case the condition is fulfilled before the duration specified by 'at_least', an exception is thrown indicating that the condition shouldn't be completed earlier than the specified duration.
Example: wait().at_least(5 * SECONDS).during(validation_operation)
The text was updated successfully, but these errors were encountered:
* Introduce at_least functionality
* DISCLAMER: Timeout message for min time isn't supported yet
---------
Co-authored-by: Amazia Gur <[email protected]>
Co-authored-by: Eli Segal <[email protected]>
In case the condition is fulfilled before the duration specified by 'at_least', an exception is thrown indicating that the condition shouldn't be completed earlier than the specified duration.
Example:
wait().at_least(5 * SECONDS).during(validation_operation)
The text was updated successfully, but these errors were encountered: