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
assert_text(text, selector) should have the option to accept a list of texts.
Currently, text only accepts a string. If we want to perform assertions on multiple text substrings in the same selector/element, then we need a separate call to assert_text() for each one. It may simplify things to allow a list/tuple of substrings for the call.