forked from verdnatura/salix-front
refs #6863 fix: invoiceInList e2e
This commit is contained in:
parent
789bed7c9e
commit
5386c82480
|
@ -7,6 +7,7 @@ describe('InvoiceInList', () => {
|
|||
const summaryHeaders = '.summaryBody .header';
|
||||
|
||||
beforeEach(() => {
|
||||
cy.viewport(1920, 1080);
|
||||
cy.login('developer');
|
||||
cy.visit(`/#/invoice-in/list`);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue