We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044e1a5 commit 127f439Copy full SHA for 127f439
cypress/support/commands/gtl.js
@@ -4,10 +4,6 @@ Cypress.Commands.add('gtl_error', () => {
4
return cy.get('#miq-gtl-view > #flash_msg_div').should('be.visible');
5
});
6
7
-Cypress.Commands.add('gtl_no_record', () => {
8
- return cy.get('#miq-gtl-view > div.no-record').should('be.visible');
9
-});
10
-
11
Cypress.Commands.add('gtlGetTable', () => {
12
return cy.get('#miq-gtl-view > .miq-data-table > .miq-data-table > .bx--data-table-content > table');
13
0 commit comments