forked from verdnatura/salix-front
ref #6104 fix claimNotes test
This commit is contained in:
parent
36a0f36f8a
commit
41eccd2885
|
@ -8,7 +8,6 @@ describe('ClaimNotes', () => {
|
|||
it('should add a new note', () => {
|
||||
const message = 'This is a new message.';
|
||||
cy.get('.q-page-sticky button').click();
|
||||
cy.get('.q-page-sticky > div > button').click();
|
||||
cy.get('.q-dialog .q-card__section:nth-child(2)').type(message);
|
||||
cy.get('.q-card__actions button:nth-child(2)').click();
|
||||
cy.get('.q-card .q-card__section:nth-child(2)')
|
||||
|
|
Loading…
Reference in New Issue