fix: refs #8041 update summaryHeader selector in ParkingList test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-10 14:23:49 +01:00
parent 6ade4231c9
commit 6c76eb481b
1 changed files with 0 additions and 4 deletions

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';
=======
const summaryHeader = '.summaryBody .header';
>>>>>>> b39aeb46a2c5da08287888495414dbaba49cd5d8
beforeEach(() => {
cy.viewport(1920, 1080);