From 5386c82480142ecb4c8eae6fcd93b493740f40b0 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 19 Feb 2024 11:39:44 +0100 Subject: [PATCH] refs #6863 fix: invoiceInList e2e --- test/cypress/integration/invoiceIn/invoiceInList.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cypress/integration/invoiceIn/invoiceInList.spec.js b/test/cypress/integration/invoiceIn/invoiceInList.spec.js index b96fd0cf2..a7d59883c 100644 --- a/test/cypress/integration/invoiceIn/invoiceInList.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInList.spec.js @@ -7,6 +7,7 @@ describe('InvoiceInList', () => { const summaryHeaders = '.summaryBody .header'; beforeEach(() => { + cy.viewport(1920, 1080); cy.login('developer'); cy.visit(`/#/invoice-in/list`); });