Members


<inner> Given table {string} has {int} records

Description

Checks if the table has the specified count of total records

Parameters
Name Type Description
tableName string

of the table as displayed in the browser

expectedRowCount int

expected count of total records

Examples
Given table "Books" has 200 records

<inner> Given table {string} has {int} visible records

Description

Checks if the table has the specified amount of visible records

Parameters
Name Type Description
tableName string

the name of the target table as displayed in the browser

expectedRowCount int

expected count of visible records

Examples
Given table "Books" has 15 visible records