fix: refs #8484 update parking list URL to correct shelving path in integration test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-02-03 10:20:24 +01:00
parent 1acfbfa3cb
commit a7e976e9ec
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe('ParkingList', () => {
beforeEach(() => { beforeEach(() => {
cy.viewport(1920, 1080); cy.viewport(1920, 1080);
cy.login('developer'); cy.login('developer');
cy.visit(`/#/parking/list`); cy.visit(`/#/shelving/parking/list`);
}); });
it('should redirect on clicking a parking', () => { it('should redirect on clicking a parking', () => {