0
0
Fork 0

test: inprove test

This commit is contained in:
Javier Segarra 2024-11-23 01:21:21 +01:00
parent 083706885c
commit 8deeae8e9c
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ describe('Handle Items FixedPrice', () => {
cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click(); cy.get('.q-page-sticky > div > .q-btn > .q-btn__content > .q-icon').click();
cy.selectOption(`${firstRow} > :nth-child(2)`, '#13'); cy.selectOption(`${firstRow} > :nth-child(2)`, '#13');
cy.get(`${firstRow} > :nth-child(4)`).type('1'); cy.get(`${firstRow} > :nth-child(4)`).find('input').type(1);
cy.get(`${firstRow} > :nth-child(5)`).type('2'); cy.get(`${firstRow} > :nth-child(5)`).find('input').type('2');
cy.selectOption(`${firstRow} > :nth-child(9)`, 'Warehouse One'); cy.selectOption(`${firstRow} > :nth-child(9)`, 'Warehouse One');
cy.get('.q-notification__message').should('have.text', 'Data saved'); cy.get('.q-notification__message').should('have.text', 'Data saved');
/* ==== End Cypress Studio ==== */ /* ==== End Cypress Studio ==== */