Assert text is or is not visible inside a table row identified by text.
Step pattern
Then (I |we )*should( not)* see "([^"]*)?" in( the)* "([^"]*)?" rowExamples
Example #1
Then I should see "Active" in the "John Smith" rowExample #2
Then I should see "In Stock" in the "Product A" rowExample #3
Then we should see "Processing" in the "Order #12345" rowExample #4
And I should see "Admin" in the "john.smith@example.com" rowExample #5
Then I should not see "Admin" in the "Jane Doe" rowExample #6
Then I should not see "Out of Stock" in the "Product A" rowExample #7
And I should not see "Inactive" in the "john.smith@example.com" row