test: refs #8484 await main content loaded #1318

Merged
alexm merged 54 commits from 8484-waitToDomContentLoadedInTests into dev 2025-02-27 06:19:45 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit f100ce6cc4 - Show all commits

View File

@ -227,6 +227,7 @@ function onDrag() {
class="rounded-borders cursor-pointer fit"
@click="openDialog(media.dmsFk)"
v-if="!media.isVideo"
data-cy="claimPhoto_img"
>
</QImg>
<video

View File

@ -23,9 +23,7 @@ describe('ClaimPhoto', () => {
});
it('should open first image dialog change to second and close', () => {
cy.get(':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image')
.as('firstImage')
.click();
cy.dataCy('claimPhoto_img').click();
cy.get('.q-carousel__slide > .q-img > .q-img__container > .q-img__image').should(
'be.visible',
);