0
0
Fork 0

fix: refs #8423 used dataCy to get data-cy

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-30 12:38:50 +01:00
parent 2dbda38ae7
commit ed0f33dbc5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe('ZoneWarehouse', () => {
it('should throw an error if the warehouse chosen is already put in the zone', () => {
cy.addBtnClick();
cy.get('.vn-row > .q-field > .q-field__inner > .q-field__control').type('Warehouse Two{enter}');
cy.dataCy('Warehouse_select').type('Warehouse Two{enter}');
cy.get(saveBtn).click();
cy.checkNotification(dataError);
});