Asserts that a specific column in any row contains the expected value. Searches through all rows to find a match. Supports fixtures for reusable column names and values.
Then I pw expect database column "email" to contain "test@example.com" Copy
Then I pw expect database column "email" to contain "test@example.com"
Asserts that a specific column in any row contains the expected value. Searches through all rows to find a match. Supports fixtures for reusable column names and values.