Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into RDM-3023
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Folga committed Oct 10, 2018
2 parents 1e2bde3 + 3e453c4 commit 64a2a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/functional-tests/config/conf.js
Expand Up @@ -57,4 +57,5 @@ exports.config = {

SELENIUM_PROMISE_MANAGER: false,

allScriptsTimeout: 30000
};
2 changes: 1 addition & 1 deletion test/page-objects/login.po.js
Expand Up @@ -35,7 +35,7 @@ class Login extends BrowserUtils {
}

clickSignIn() {

browser.wait(10000);
element(this._signIn).click();

}
Expand Down

0 comments on commit 64a2a53

Please sign in to comment.