test: refs #8388 remove exclusive focus from Invoice creation test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-03-25 09:37:46 +01:00
parent b962dd1185
commit 0361958b47
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe('InvoiceInList', () => {
cy.get(summaryHeaders).eq(4).contains('Vat');
});
it.only('should create a new Invoice', () => {
it('should create a new Invoice', () => {
cy.dataCy('vnTableCreateBtn').click();
cy.fillInForm({ ...mock }, { attr: 'data-cy' });
cy.dataCy('FormModelPopup_save').click();