This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

fixed e2e tests

Merged Eduard Frankford requested to merge fix_e2e_tests into development
Viewing commit c6bd7424
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@ describe('administration', () => {
await browser.sleep(2000);
navBarPage = new NavBarPage(true);
signInPage = await navBarPage.getSignInPage();
signInPage = navBarPage.getSignInPage();
await signInPage.autoSignInUsing(username, password);
await browser.wait(ec.visibilityOf(navBarPage.adminMenu), 5000);
});