Asserts that all records in the result set contain specific column values.
Useful for verifying uniform data across multiple rows.
Supports fixtures for reusable table data.
Parameters
page: any
tableData: string[][]
Returns Promise<void>
Example
ThenIpwexpectalldatabaserecordstocontain | status | active |
Asserts that all records in the result set contain specific column values. Useful for verifying uniform data across multiple rows. Supports fixtures for reusable table data.