From 41eccd2885ecdc7dd1a5e00815fccc1eea2c96f3 Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 27 Sep 2023 14:07:49 +0200 Subject: [PATCH] ref #6104 fix claimNotes test --- test/cypress/integration/ClaimNotes.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cypress/integration/ClaimNotes.spec.js b/test/cypress/integration/ClaimNotes.spec.js index 9f52c29e4..5b52dd339 100644 --- a/test/cypress/integration/ClaimNotes.spec.js +++ b/test/cypress/integration/ClaimNotes.spec.js @@ -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)')