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

Fix "init-users" test

parent a554394e
No related branches found
No related tags found
1 merge request!26Fix e2e tests
......@@ -68,6 +68,6 @@ describe('Init users', () => {
waitForSpinnerToDisappear();
exist(header.getLogo());
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