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
Now we have method like: ...should().haveText(String expectedText) haveText check that text of element equals to expected text, but what we don't have is the one which is check that element contain some text
The text was updated successfully, but these errors were encountered:
Now we have method like:
...should().haveText(String expectedText)
haveText
check that text of element equals to expected text, but what we don't have is the one which is check that element contain some textThe text was updated successfully, but these errors were encountered: