#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 291946e78c - Show all commits

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