From a50344b1fa6c561c98c24fe9a02b689a837f99b0 Mon Sep 17 00:00:00 2001 From: provira Date: Mon, 3 Mar 2025 13:45:09 +0100 Subject: [PATCH] fix: refs #8417 removed .only --- test/cypress/integration/claim/claimPhoto.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',