refactor: refs #8418 update data-cy attribute for print labels button in EntryBuysTableDialog
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-02-03 13:14:11 +01:00
parent 645f3f3cb9
commit de19f2b54c
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ function downloadCSV(rows) {
@click="
openReport(`Entries/${entityId}/labelSupplier`)
"
data-cy="entryBuysTableDialog_printLabelsBtn"
data-cy="printLabelsBtn"
/>
</template>
<template #body="props">

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.dataCy('entryBuysTableDialog_printLabelsBtn').click();
cy.dataCy('printLabelsBtn').click();
cy.window().its('open').should('be.called');
});
});