diff --git a/test/cypress/integration/claim/claimPhoto.spec.js b/test/cypress/integration/claim/claimPhoto.spec.js index d534db71f..c3b312a23 100755 --- a/test/cypress/integration/claim/claimPhoto.spec.js +++ b/test/cypress/integration/claim/claimPhoto.spec.js @@ -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',