fix: fixed e2e test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jon Elias 2024-10-14 08:51:26 +02:00
parent 64c8d264af
commit eebac7b36c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe('EntryMy when is supplier', () => {
it('should open buyLabel when is supplier', () => { it('should open buyLabel when is supplier', () => {
cy.get( cy.get(
'[to="/null/2"] > .q-card > .column > .q-btn > .q-btn__content > .q-icon' '[to="/null/3"] > .q-card > .column > .q-btn > .q-btn__content > .q-icon'
).click(); ).click();
cy.get('.q-card__actions > .q-btn').click(); cy.get('.q-card__actions > .q-btn').click();
cy.window().its('open').should('be.called'); cy.window().its('open').should('be.called');