Skip to content

Commit aec3e33

Browse files
Updated cypress README with verify_gtl_no_records_text info
1 parent 2bcaff4 commit aec3e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ManageIQ implements the following cypress extensions:
3838
##### gtl
3939

4040
* `cy.gtl_error()` - check that error message is present.
41-
* `cy.gtl_no_record()` - check that `No Record` message is present.
41+
* `cy.verify_gtl_no_records_text()` - check that `No Record` message is present.
4242
* `cy.gtlGetTable()` - returns GTL table.
4343
* `cy.gtlGetRows(columns)` - return GTL table row data in an array. `columns`: Array of 0-based indexes of the columns to read (e.g. [1, 2, 3] will return all row data from columns 1, 2, and 3).
4444
* `cy.gtlClickRow(columns)` - click on a row in a GTL table. `columns`: Array of `{ title: String, number: Integer }`. `title` is the string you want to find in the table to click on, `number` is the column that string is found in. (e.g. `[{title: 'Default', number: 1}, {title: 'Compute', number: 2}]` will click on a row in the GTL table with `Default` in column 1 and `Compute` in column 2. Using just `[{title: 'Default', number: 1}]` will click on the first row found in the GTL table with `Default` in column 1).

0 commit comments

Comments
 (0)