test: refs #7356 remove child class
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-03-25 22:27:45 +01:00
parent 5a642f4c3a
commit e7a501f528
2 changed files with 3 additions and 5 deletions

View File

@ -13,8 +13,6 @@ describe('TicketPictures', () => {
cy.get('[data-cy="vnLvColor:"]').should('be.visible');
cy.get('[data-cy="vnLvTallos:"]').should('be.visible');
cy.get('.q-mt-md').should('be.visible');
cy.get(
':nth-child(1) > .q-card > .img-wrapper > .q-img > .q-img__container > .q-img__image',
).should('be.visible');
cy.get(':nth-child(1) > .q-card > .img-wrapper').should('be.visible');
});
});

View File

@ -13,8 +13,8 @@ describe('TicketSms', () => {
'0004 444444444Lorem ipsum dolor sit amet, consectetur adipiscing elit.2001-01-01 00:00:00OK',
);
cy.get(
':nth-child(1) > .q-item > .q-item__section--top > .column > .q-avatar > .q-avatar__content > .q-img > .q-img__container > .q-img__image',
).should('have.class', 'q-img__image--loaded');
':nth-child(1) > .q-item > .q-item__section--top > .column > .q-avatar',
).should('be.visible');
cy.get(
':nth-child(1) > .q-item > .q-item__section--side.justify-center > .center > .q-chip > .q-chip__content',
).should('have.class', 'q-chip__content');