ItemFixedPrice #791

Merged
jsegarra merged 27 commits from hotfix_itemFixedPrice into master 2024-12-09 07:05:54 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 8deeae8e9c - Show all commits

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.selectOption(`${firstRow} > :nth-child(2)`, '#13');
cy.get(`${firstRow} > :nth-child(4)`).type('1');
cy.get(`${firstRow} > :nth-child(5)`).type('2');
cy.get(`${firstRow} > :nth-child(4)`).find('input').type(1);
cy.get(`${firstRow} > :nth-child(5)`).find('input').type('2');
cy.selectOption(`${firstRow} > :nth-child(9)`, 'Warehouse One');
cy.get('.q-notification__message').should('have.text', 'Data saved');
/* ==== End Cypress Studio ==== */