test: refs #8388 remove exclusive focus from Invoice creation test
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
b962dd1185
commit
0361958b47
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue