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

Commit

Permalink
Merge pull request #329 from hmcts/timeout-fix
Browse files Browse the repository at this point in the history
[PREVIEW] timeout hotfix for tests
  • Loading branch information
hemantt committed Oct 10, 2018
2 parents 9514789 + 787f0f2 commit 3e453c4
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Login extends BrowserUtils {
}

clickSignIn() {

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

}
Expand Down

0 comments on commit 3e453c4

Please sign in to comment.