8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6b414d04f0 - Show all commits

View File

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