Playwright Cucumber TS Steps
    Preparing search index...

    Function expectDbRowToContain

    • Asserts that a specific row (by index) contains expected column values. Supports fixtures for reusable table data.

      Parameters

      • page: any
      • index: number
      • tableData: string[][]

      Returns Promise<void>

      Then I pw expect database row 2 to contain
      | username | bob |
      | status | active |