test: refs #8217 fix test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-04-30 17:36:10 +02:00
parent 23d1791193
commit 5e2ce007fd
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ describe('TicketList', () => {
});
}).as('ticket');
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse Five');
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse One');
cy.searchBtnFilterPanel();
cy.wait('@ticket').then((interception) => {
const data = interception.response.body[0];