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

Fix "init-users" test

parent a554394e
Branches
Tags
1 merge request!26Fix e2e tests
...@@ -68,6 +68,6 @@ describe('Init users', () => { ...@@ -68,6 +68,6 @@ describe('Init users', () => {
waitForSpinnerToDisappear(); waitForSpinnerToDisappear();
exist(header.getLogo()); exist(header.getLogo());
header.getCurrentUserProfile().getUserIconButton().click(); header.getCurrentUserProfile().getUserIconButton().click();
header.getCurrentUserProfile().getLogoutButton().click(); header.getCurrentUserProfile().getLogoutButton().click({ force: true });
} }
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment