#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 0 additions and 4 deletions
Showing only changes of commit 6c76eb481b - Show all commits

View File

@ -2,11 +2,7 @@
describe('ParkingList', () => {
const searchbar = '#searchbar input';
const firstCard = ':nth-child(1) > .q-card > .no-margin > .q-py-none';
<<<<<<< HEAD
const summaryHeader = '.header-link';
benjaminedc marked this conversation as resolved Outdated

tienes un merge pendiente

tienes un merge pendiente
=======
const summaryHeader = '.summaryBody .header';
>>>>>>> b39aeb46a2c5da08287888495414dbaba49cd5d8
beforeEach(() => {
cy.viewport(1920, 1080);