fix: refs #8041 update selector for summary header in ParkingList tests
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
BENJAMIN ESTEVE DIAZ CANO 2025-03-03 08:26:15 +01:00
parent e05c37fd59
commit 7b1f22a660
1 changed files with 2 additions and 2 deletions

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