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 202c5d3ef538a45931d9dc855e1ad99dba5610fd..93a38796fd04ecade67ecf9995a417a73ce687ba 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() {