refactor: refs #8684 remove 'only' from stepper test in ticketBasicData.spec.js
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
70fdbb8210
commit
9782288d97
|
@ -16,7 +16,7 @@ describe('TicketBasicData', () => {
|
||||||
).click();
|
).click();
|
||||||
cy.url().should('include', '/customer/1104/basic-data');
|
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__tab--active').should('have.class', 'q-stepper__tab--active');
|
||||||
|
|
||||||
cy.get('.q-stepper__nav > .q-btn--standard').click();
|
cy.get('.q-stepper__nav > .q-btn--standard').click();
|
||||||
|
|
Loading…
Reference in New Issue