From cc4276d4193707de0e563e430b9a960b7f38f196 Mon Sep 17 00:00:00 2001 From: Alexander Reifschneider <alexander.reifschneider@mgm-tp.com> Date: Fri, 17 Jan 2025 13:38:03 +0100 Subject: [PATCH] Fix "login-logout" test --- .../user-profile/current-user-profile.component.e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-client/apps/alfa-e2e/src/components/user-profile/current-user-profile.component.e2e.ts b/alfa-client/apps/alfa-e2e/src/components/user-profile/current-user-profile.component.e2e.ts index 202c5d3ef5..93a38796fd 100644 --- a/alfa-client/apps/alfa-e2e/src/components/user-profile/current-user-profile.component.e2e.ts +++ b/alfa-client/apps/alfa-e2e/src/components/user-profile/current-user-profile.component.e2e.ts @@ -40,7 +40,7 @@ export class CurrentUserProfileE2EComponent { public logout(): void { this.getUserIconButton().click(); - this.getLogoutButton().click(); + this.getLogoutButton().click({ force: true }); } public getUserIconButton() { -- GitLab