Skip to content
Snippets Groups Projects
Commit cc4276d4 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

Fix "login-logout" test

parent ca40c236
Branches
Tags
1 merge request!26Fix e2e tests
......@@ -40,7 +40,7 @@ export class CurrentUserProfileE2EComponent {
public logout(): void {
this.getUserIconButton().click();
this.getLogoutButton().click();
this.getLogoutButton().click({ force: true });
}
public getUserIconButton() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment