Asserts that the first record of the last database result set contains specific column values. Performs a loose equality check (converts values to strings) to handle type mismatches. Supports fixtures for reusable table data.
Then I pw expect the first database record to contain| username | admin || is_active| 1 || role | superuser | Copy
Then I pw expect the first database record to contain| username | admin || is_active| 1 || role | superuser |
Asserts that the first record of the last database result set contains specific column values. Performs a loose equality check (converts values to strings) to handle type mismatches. Supports fixtures for reusable table data.