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

Commit

Permalink
Browse files Browse the repository at this point in the history
…nt-web into RDM-3023
  • Loading branch information
andrewf committed Oct 11, 2018
2 parents 8e10e5c + 5b34565 commit 4a7a6be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional-tests/pageObjects/caseListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CaseListPage extends BasePage {


//As we are now on the CCD landing page, we can set this to false and make use of protractor angular functionality
browser.ignoreSynchronization = false;
// browser.ignoreSynchronization = false;

}

Expand Down
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);
//browser.wait(10000);
element(this._signIn).click();

}
Expand Down

0 comments on commit 4a7a6be

Please sign in to comment.