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
Hm... yet we can achieve same via have.css_class('.*errorMessage.*').pattern or even have.css_class('*errorMessage*').with_wildcards that can be implemented in #537
Can be useful in cases like this:
where because of some frontend framework specifics all css class names have autogenerated unique ids as suffixes
The text was updated successfully, but these errors were encountered: