fix: refs #8581 remove unnecessary waitTableLoad call in validateVnTableRows command
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
8890006c43
commit
291946e78c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue