0
0
Fork 0

fix: refs #6942 e2e test

This commit is contained in:
Jorge Penadés 2024-06-06 10:28:41 +02:00
parent 97dc299cfe
commit ebbeea0eff
1 changed files with 1 additions and 2 deletions

View File

@ -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();