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
Having regex in there too would be nice, maybe something like the following?
document.querySelectorAll('.email').should.have.text(/[^@]+@.+/)
document.querySelectorAll('p').should.have.text([/^Welcome, .+\./, /^For the first step/])
The text was updated successfully, but these errors were encountered:
For example
Having regex in there too would be nice, maybe something like the following?
The text was updated successfully, but these errors were encountered: