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 2 additions and 3 deletions
Showing only changes of commit 377e31a4bc - Show all commits

View File

@ -27,13 +27,12 @@ describe('ClaimPhoto', () => {
it('should open first image dialog change to second and close', () => {
cy.dataCy('file-1').click();
cy.get(carrouselClose).click();
cy.get(carrousel).should('not.be.visible');
cy.dataCy('file-1').click();
cy.get(carrousel).should('be.visible');
cy.get('.q-carousel__control > button').as('nextButton').click();
cy.get(carrouselClose,).click();
cy.get(carrousel).should('not.be.visible');
cy.get('.q-carousel__slide > .q-ma-none').should('be.visible');
cy.get(carrouselClose).click();
});
it('should remove third and fourth file', () => {