0
0
Fork 0

refs #6863 fix: invoiceInList e2e

This commit is contained in:
Alex Moreno 2024-02-19 11:39:44 +01:00
parent 789bed7c9e
commit 5386c82480
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ describe('InvoiceInList', () => {
const summaryHeaders = '.summaryBody .header';
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.visit(`/#/invoice-in/list`);
});