#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 1 additions and 1 deletions
Showing only changes of commit e29f82ba8c - Show all commits

View File

@ -431,7 +431,7 @@ Cypress.Commands.add('clickButtonWithText', (buttonText) => {
});
Cypress.Commands.add('validateDescriptor', (toCheck = {}) => {
const { title, listbox } = toCheck;
const { title, listbox = {} } = toCheck;
if (title) cy.dataCy('cardDescriptor_title').contains(title);