From e28d026ca99aafae1abe5d06ef3cd4a649b7426e Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 25 Nov 2024 23:53:14 +0100 Subject: [PATCH] test: perf clientList descriptor action --- test/cypress/integration/client/clientList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/client/clientList.spec.js b/test/cypress/integration/client/clientList.spec.js index a528907e2..e2d323d65 100644 --- a/test/cypress/integration/client/clientList.spec.js +++ b/test/cypress/integration/client/clientList.spec.js @@ -32,7 +32,7 @@ describe('Client list', () => { cy.get('.q-mt-lg > .q-btn--standard').click(); - cy.checkNotification('created'); + cy.checkNotification('Data saved'); cy.url().should('include', '/summary'); }); it('Client list search client', () => {