refactor: refs #8684 remove 'only' from stepper test in ticketBasicData.spec.js
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Pablo Natek 2025-05-06 08:26:56 +02:00
parent 70fdbb8210
commit 9782288d97
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ describe('TicketBasicData', () => {
).click();
cy.url().should('include', '/customer/1104/basic-data');
});
it.only('stepper', () => {
it('stepper', () => {
cy.get('.q-stepper__tab--active').should('have.class', 'q-stepper__tab--active');
cy.get('.q-stepper__nav > .q-btn--standard').click();