From 291946e78c6badacb40006554bd74c5f0e4cd006 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 11 Mar 2025 17:19:52 +0100 Subject: [PATCH] fix: refs #8581 remove unnecessary waitTableLoad call in validateVnTableRows command --- test/cypress/support/commands.js | 1 - 1 file changed, 1 deletion(-) 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