#8041 - unifyClassLink #1510

Merged
benjaminedc merged 29 commits from 8041-unifyClassLink into dev 2025-03-12 06:27:54 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7b1f22a660 - Show all commits

View File

@ -1,8 +1,8 @@
/// <reference types="cypress" />
describe('ParkingList', () => {
const searchbar = '#searchbar input';
const firstCard = ':nth-child(1) > .q-card > .no-margin > .q-py-none';
const summaryHeader = '.summaryBody .header';
const firstCard = ':nth-child(1) > .q-card > .no-margin > .q-py-none';
const summaryHeader = '.header-link';
benjaminedc marked this conversation as resolved Outdated

tienes un merge pendiente

tienes un merge pendiente
beforeEach(() => {
cy.viewport(1920, 1080);