fix: #8417 fixed claimPhoto e2e test #1512
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue