0
0
Fork 0

ref #6104 fix claimNotes test

This commit is contained in:
Jorge Penadés 2023-09-27 14:07:49 +02:00
parent 36a0f36f8a
commit 41eccd2885
1 changed files with 0 additions and 1 deletions

View File

@ -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)')