diff --git a/test/cypress/support/commands.js b/test/cypress/support/commands.js index 91fa4cfff..6b9b3a572 100755 --- a/test/cypress/support/commands.js +++ b/test/cypress/support/commands.js @@ -473,7 +473,6 @@ Cypress.Commands.add('validateDescriptor', (toCheck = {}) => { }); Cypress.Commands.add('validateVnTableRows', (opts = {}) => { - cy.waitTableLoad(); let { cols = [], rows = [] } = opts; if (!Array.isArray(cols)) cols = [cols]; const rowSelector = rows.length