test: improve test
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-19 23:54:31 +01:00
parent b2184635d3
commit b8e6b27303
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ describe('TicketSale', () => {
cy.url().should('match', /\/ticket\/31\/log/);
});
});
describe.only('Ticket prepared #23', () => {
describe('Ticket prepared #23', () => {
beforeEach(() => {
cy.login('developer');
cy.viewport(1920, 1080);