forked from verdnatura/salix-front
fix: refs #6942 e2e test
This commit is contained in:
parent
97dc299cfe
commit
ebbeea0eff
|
@ -12,8 +12,7 @@ describe('InvoiceInBasicData', () => {
|
|||
});
|
||||
|
||||
it('should edit the provideer and supplier ref', () => {
|
||||
cy.selectOption(firstFormSelect, 'Bros');
|
||||
cy.get('[title="Reset"]').click();
|
||||
cy.selectOption(firstFormSelect, 'Plants');
|
||||
cy.get(formInputs).eq(1).type('{selectall}4739');
|
||||
cy.saveCard();
|
||||
|
||||
|
|
Loading…
Reference in New Issue