test: refs #8647 fix skipped tests

This commit is contained in:
Jon Elias 2025-04-14 11:24:45 +02:00
parent db85936963
commit 38bd00e82a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Cypress.Commands.add('selectTravel', (warehouse = '1') => {
}); });
Cypress.Commands.add('deleteEntry', () => { Cypress.Commands.add('deleteEntry', () => {
cy.get('[data-cy="descriptor-more-opts"]').should('be.visible').click(); cy.dataCy('descriptor-more-opts').should('be.visible').click();
cy.waitForElement('div[data-cy="delete-entry"]').click(); cy.waitForElement('div[data-cy="delete-entry"]').click();
}); });

View File

@ -31,7 +31,7 @@ describe('InvoiceOut list', () => {
it.skip('should open the invoice descriptor from table icon', () => { it.skip('should open the invoice descriptor from table icon', () => {
cy.get(firstSummaryIcon).click(); cy.get(firstSummaryIcon).click();
cy.get('.cardSummary').should('be.visible'); cy.get('.cardSummary').should('be.visible');
cy.get('.summaryHeader > div').should('include.text', 'A1111111'); cy.get('.summaryHeader > div').should('include.text', 'V10100001');
}); });
it('should open the client descriptor', () => { it('should open the client descriptor', () => {