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 #334 from hmcts/timeout-fix
Browse files Browse the repository at this point in the history
Front end test fix - ignore Synchronization
  • Loading branch information
hemantt committed Oct 10, 2018
2 parents 0f36dbe + d994168 commit f46238b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f46238b

Please sign in to comment.