8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 616725b956 - Show all commits

View File

@ -5,7 +5,7 @@ describe('ParkingBasicData', () => {
const sectorOpt = '.q-menu .q-item';
beforeEach(() => {
cy.login('developer');
cy.visit(`/#/parking/1/basic-data`);
cy.visit(`/#/shelving/parking/1/basic-data`);
});
it('should edit the code and sector', () => {

View File

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