8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 645f3f3cb9 - Show all commits

View File

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