0
0
Fork 0

fix: refs #6315 remove test patch

This commit is contained in:
Jorge Penadés 2024-02-29 15:51:18 +01:00
parent 4b68f5224f
commit 8523256faf
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ describe('InvoiceInList', () => {
const screen = '.q-page-container > .q-drawer-container > .fullscreen';
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');
cy.visit(`/#/invoice-in/list`);
cy.get(screen).click();