From 8523256faf9b85a702565cf048a70f6bc6b4d9f1 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 29 Feb 2024 15:51:18 +0100 Subject: [PATCH] fix: refs #6315 remove test patch --- test/cypress/integration/invoiceIn/invoiceInList.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/invoiceIn/invoiceInList.spec.js b/test/cypress/integration/invoiceIn/invoiceInList.spec.js index 7b6976623..ce79dc976 100644 --- a/test/cypress/integration/invoiceIn/invoiceInList.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInList.spec.js @@ -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();