fix: refs #8417 fixed e2e test case

This commit is contained in:
PAU ROVIRA ROSALENY 2025-03-04 09:39:37 +01:00
parent a7cff7d253
commit 377e31a4bc
1 changed files with 2 additions and 3 deletions

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', () => {