forked from verdnatura/salix-front
refs #6677 fix e2e
This commit is contained in:
parent
a89748827f
commit
5c87cfc671
|
@ -16,11 +16,12 @@ describe('InvoiceInBasicData', () => {
|
||||||
cy.get(selects).eq(0).type('Bros');
|
cy.get(selects).eq(0).type('Bros');
|
||||||
cy.get(selects).eq(0).type('{enter}');
|
cy.get(selects).eq(0).type('{enter}');
|
||||||
|
|
||||||
|
cy.get('[title="Reset"]').click();
|
||||||
cy.get(appendBtns).eq(0).click();
|
cy.get(appendBtns).eq(0).click();
|
||||||
cy.get('input').eq(2).type(4739);
|
cy.get('input').eq(2).type(4739);
|
||||||
cy.saveCard();
|
cy.saveCard();
|
||||||
|
|
||||||
cy.get(`${selects} input`).eq(0).invoke('val').should('eq', 'Bros nick');
|
cy.get(`${selects} input`).eq(0).invoke('val').should('eq', 'Plants nick');
|
||||||
cy.get('input').eq(2).invoke('val').should('eq', '4739');
|
cy.get('input').eq(2).invoke('val').should('eq', '4739');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue