fix: refs #8581 remove unnecessary waitTableLoad call in validateVnTableRows command
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-11 17:19:52 +01:00
parent 8890006c43
commit 291946e78c
1 changed files with 0 additions and 1 deletions

View File

@ -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