test: refs #7356 remove child class
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
5a642f4c3a
commit
e7a501f528
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue