#6942 warmfix fix formModel #425

Merged
alexm merged 4 commits from 6942-warmfix-fixFormModel into test 2024-06-06 10:22:28 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 209d5bd13e - Show all commits

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