dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Add "column does not contain" support #433

Closed tyBouch closed 2 years ago

tyBouch commented 2 years ago

As a user I wish to see if a column does not contain a certain value. Example case: A large list is operated on which is expected to contain only one type of entry, but an invalid entry that can be added in another area and is filtered out in this one is added earlier.

The list should be checked to verify the filtered out entry is not present. (can be in any point of the list)