0
0
Fork 0

fix: refs #6942 rollback

This commit is contained in:
Jorge Penadés 2024-06-06 12:09:56 +02:00
parent ebbeea0eff
commit 209d5bd13e
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ describe('InvoiceInBasicData', () => {
});
it('should edit the provideer and supplier ref', () => {
cy.selectOption(firstFormSelect, 'Plants');
cy.selectOption(firstFormSelect, 'Bros');
cy.get('[title="Reset"]').click();
cy.get(formInputs).eq(1).type('{selectall}4739');
cy.saveCard();