From 1dd7eb727417b00fbabae1044b10860726e59c3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 21 Apr 2026 14:32:15 +0200 Subject: [PATCH] chore(cypress): Add handling for added password confirmation dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- cypress/e2e/settings/apps.cy.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cypress/e2e/settings/apps.cy.ts b/cypress/e2e/settings/apps.cy.ts index bfff8befaac..0e03c088980 100644 --- a/cypress/e2e/settings/apps.cy.ts +++ b/cypress/e2e/settings/apps.cy.ts @@ -163,6 +163,9 @@ describe('Settings: App management', { testIsolation: true }, () => { .find('span') .contains('admin') .click() + + handlePasswordConfirmation(admin.password) + cy.get('span.name-parts__first') .contains('admin') .should('be.visible')