fix: refs #8417 removed .only
This commit is contained in:
parent
e2a9eadf44
commit
a50344b1fa
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue