diff --git a/cypress.config.js b/cypress.config.js index 5cf075e2a..033aa35c7 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -30,7 +30,7 @@ export default defineConfig({ trashAssetsBeforeRuns: false, requestTimeout: 10000, responseTimeout: 30000, - pageLoadTimeout: 60000, + pageLoadTimeout: 120000, defaultBrowser: 'chromium', fixturesFolder: 'test/cypress/fixtures', screenshotsFolder: 'test/cypress/screenshots', diff --git a/test/cypress/integration/client/clientBalance.spec.js b/test/cypress/integration/client/clientBalance.spec.js index 0228d71bc..0d88a9e28 100644 --- a/test/cypress/integration/client/clientBalance.spec.js +++ b/test/cypress/integration/client/clientBalance.spec.js @@ -1,7 +1,6 @@ /// describe('Client balance', () => { beforeEach(() => { - cy.viewport(1280, 720); cy.login('developer'); cy.visit('#/customer/1101/balance'); });