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 1 additions and 1 deletions
Showing only changes of commit a50344b1fa - Show all commits

View File

@ -22,7 +22,7 @@ describe('ClaimPhoto', () => {
cy.get('.q-notification__message').should('have.text', 'Data saved');
});
it.only('should open first image dialog change to second and close', () => {
it('should open first image dialog change to second and close', () => {
cy.waitForElement('[data-cy="file-1"] .q-img__image--loaded');
cy.get(
':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image',