fix: refs #8041 update summaryHeader selector in ParkingList test
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
6ade4231c9
commit
6c76eb481b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue