DoesQA allows you to pause the execution of a test until an element's text meets a specified condition, ensuring synchronisation with dynamic content.
You can wait for the following conditions with various comparison types:
Equals
Contains
Starts with
Ends with
Has any value
Has no value
Doesn't equal
Doesn't contain
Doesn't start with
Doesn't end with
Is greater than
Is greater than or equal to
Is less than
Is less than or equal to
Custom regex