fix: #8417 fixed claimPhoto e2e test #1512

Merged
provira merged 26 commits from 8417-e2eClaimPhoto into dev 2025-03-05 07:26:55 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit fa50108a96 - Show all commits

View File

@ -1,7 +1,6 @@
/// <reference types="cypress" />
describe('ClaimPhoto', () => {
const carrouselClose = '.q-dialog__inner > .q-toolbar > .q-btn > .q-btn__content > .q-icon';
const carrousel = '.q-carousel__slide > .q-img > .q-img__container > .q-img__image';
beforeEach(() => {
const claimId = 1;
cy.login('developer');
@ -29,7 +28,6 @@ describe('ClaimPhoto', () => {
cy.get(carrouselClose).click();
cy.dataCy('file-1').click();
cy.get(carrousel).should('be.visible');
cy.get('.q-carousel__control > button').as('nextButton').click();
cy.get('.q-carousel__slide > .q-ma-none').should('be.visible');
cy.get(carrouselClose).click();