fix: unnecessary function
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2025-03-04 08:29:36 +01:00
parent 61b2dbee17
commit 6b414d04f0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ describe('TicketSale', () => {
cy.login('developer'); cy.login('developer');
cy.viewport(1920, 1080); cy.viewport(1920, 1080);
cy.visit('/#/ticket/31/sale'); cy.visit('/#/ticket/31/sale');
cy.domContentLoad();
}); });
const firstRow = 'tbody > :nth-child(1)'; const firstRow = 'tbody > :nth-child(1)';