Fix: Broken E2E tests #1171

Merged
jon merged 16 commits from Fix-IntegrationE2ETests into dev 2025-01-07 09:12:56 +00:00
3 changed files with 4 additions and 1 deletions
Showing only changes of commit ac2336064b - Show all commits

View File

@ -14,6 +14,7 @@ defineProps({
hide-dropdown-icon
focus-on-mount
@update:model-value="promise"
data-cy="vnBtnSelect_select"
/>
</QBtnDropdown>
</template>

View File

@ -319,6 +319,7 @@ onMounted(async () => {
}
}
"
:redirect="false"
order="created DESC"
>
<template #column-freightItemName="{ row }">

View File

@ -16,8 +16,9 @@ describe('Ticket expedtion', () => {
cy.wait('@show');
cy.selectRows([1, 2]);
cy.dataCy('change-state').click();
cy.dataCy('undefined_select').type('Perdida{enter}');
cy.selectOption('[data-cy="vnBtnSelect_select"]', 'Perdida');
cy.wait('@add');
cy.get(`${tableContent} tr:nth-child(-n+2) ${stateTd}`).each(($el) => {