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
should("have.text", ...) doesn't ignore whitespace, so any DOM elements where our markup includes child elements or the content is otherwise formatted/indented have to use "contain.text".
should("have.text", ...)
doesn't ignore whitespace, so any DOM elements where our markup includes child elements or the content is otherwise formatted/indented have to use "contain.text".See: cypress-io/cypress#3887
The text was updated successfully, but these errors were encountered: