test: updated pageLoadTimeout
gitea/salix-front/pipeline/pr-master Something is wrong with the build of this commit Details

This commit is contained in:
Jon Elias 2025-03-12 11:04:26 +01:00
parent cb64dfdb41
commit c47e46dc5d
2 changed files with 1 additions and 2 deletions

View File

@ -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',

View File

@ -1,7 +1,6 @@
/// <reference types="cypress" />
describe('Client balance', () => {
beforeEach(() => {
cy.viewport(1280, 720);
cy.login('developer');
cy.visit('#/customer/1101/balance');
});