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
I was using the library the other day and wrote a test that should fail if the app ever showed a div containing an error class (it could happen on random occasions).
I did a temporary work around by wrapping the contains method into a try/catch, but figured it would be good to have a notContains assertion method (as we currently have one for notDisplayed).
Thoughts? I'll be more than happy to work on it :)
The text was updated successfully, but these errors were encountered:
I was using the library the other day and wrote a test that should fail if the app ever showed a div containing an error class (it could happen on random occasions).
I did a temporary work around by wrapping the contains method into a try/catch, but figured it would be good to have a notContains assertion method (as we currently have one for notDisplayed).
Thoughts? I'll be more than happy to work on it :)
The text was updated successfully, but these errors were encountered: