Hotfix[ZoneLocationsTree]: Fixed node fetching and adapted to back data #1589

Merged
jon merged 9 commits from Hotfix-ZoneLocationsGetLeaves into master 2025-03-12 11:36:16 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit c47e46dc5d - Show all commits

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');
});