Skip to content

Commit 127f439

Browse files
Dropped gtl_no_record from commands
1 parent 044e1a5 commit 127f439

File tree

1 file changed

+0
-4
lines changed
  • cypress/support/commands

1 file changed

+0
-4
lines changed

cypress/support/commands/gtl.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Cypress.Commands.add('gtl_error', () => {
44
return cy.get('#miq-gtl-view > #flash_msg_div').should('be.visible');
55
});
66

7-
Cypress.Commands.add('gtl_no_record', () => {
8-
return cy.get('#miq-gtl-view > div.no-record').should('be.visible');
9-
});
10-
117
Cypress.Commands.add('gtlGetTable', () => {
128
return cy.get('#miq-gtl-view > .miq-data-table > .miq-data-table > .bx--data-table-content > table');
139
});

0 commit comments

Comments
 (0)