fix: refs #8417 removed .only

This commit is contained in:
PAU ROVIRA ROSALENY 2025-03-03 13:45:09 +01:00
parent e2a9eadf44
commit a50344b1fa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe('ClaimPhoto', () => {
cy.get('.q-notification__message').should('have.text', 'Data saved'); 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.waitForElement('[data-cy="file-1"] .q-img__image--loaded');
cy.get( cy.get(
':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image', ':nth-child(1) > .q-card > .q-img > .q-img__container > .q-img__image',