Then I should see "operation" in "text" row

Assert text is or is not visible inside a table row identified by text.

Step pattern

Then (I |we )*should( not)* see "([^"]*)?" in( the)* "([^"]*)?" row

Examples

Example #1
Then I should see "Active" in the "John Smith" row
Example #2
Then I should see "In Stock" in the "Product A" row
Example #3
Then we should see "Processing" in the "Order #12345" row
Example #4
And I should see "Admin" in the "john.smith@example.com" row
Example #5
Then I should not see "Admin" in the "Jane Doe" row
Example #6
Then I should not see "Out of Stock" in the "Product A" row
Example #7
And I should not see "Inactive" in the "john.smith@example.com" row