This commit is contained in:
parent
23d1791193
commit
5e2ce007fd
|
@ -76,7 +76,7 @@ describe('TicketList', () => {
|
||||||
});
|
});
|
||||||
}).as('ticket');
|
}).as('ticket');
|
||||||
|
|
||||||
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse Five');
|
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse One');
|
||||||
cy.searchBtnFilterPanel();
|
cy.searchBtnFilterPanel();
|
||||||
cy.wait('@ticket').then((interception) => {
|
cy.wait('@ticket').then((interception) => {
|
||||||
const data = interception.response.body[0];
|
const data = interception.response.body[0];
|
||||||
|
|
Loading…
Reference in New Issue