assert_text(text, selector)
should have the option to accept a list of texts
#3152
Labels
enhancement
Making things better
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 toassert_text()
for each one. It may simplify things to allow a list/tuple of substrings for the call.Eg.
The text was updated successfully, but these errors were encountered: