forked from verdnatura/salix-front
test: inprove test
This commit is contained in:
parent
083706885c
commit
8deeae8e9c
|
@ -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 ==== */
|
||||||
|
|
Loading…
Reference in New Issue