Skip to content

Commit 50eb002

Browse files
Removed gtl_no_record from cypress README
1 parent 127f439 commit 50eb002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ 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.
4241
* `cy.gtlGetTable()` - returns GTL table.
4342
* `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).
4443
* `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)