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

Skip to content
Snippets Groups Projects
Commit 480f63cd authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parents 374bbb94 531acf78
Branches
Tags
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -22,7 +22,7 @@ describe('WatchListEntry e2e test', () => {
await browser.sleep(3000);
navBarPage = new NavBarPage();
signInPage = await navBarPage.getSignInPage();
signInPage.autoSignInUsing(username, password);
await signInPage.autoSignInUsing(username, password);
await browser.wait(ec.visibilityOf(navBarPage.entityMenu), 5000);
});
......
......@@ -10,6 +10,7 @@ exports.config = {
capabilities: {
browserName: 'chrome',
unexpectedAlertBehaviour: 'accept',
chromeOptions: {
args: process.env.JHI_E2E_HEADLESS
? ['--headless', '--disable-gpu', '--window-size=1920,1080', '--start-maximized', '--no-sandbox']
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment