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

Commit

Permalink
Merge pull request #8539 from brave/fix/test-syncing-then-turning-it-…
Browse files Browse the repository at this point in the history
…off-2

Again try to improve Sync tests
  • Loading branch information
ayumi authored May 2, 2017
2 parents db26cac + c7d4820 commit 8745bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/misc-components/syncTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,9 @@ describe('Syncing then turning it off stops syncing', function () {
.waitForVisible(fpSwitch)
.click(fpSwitch)
.waitUntil(checkSiteSetting(this.hostPattern1, this.siteSettingName, true))
.click(braveryPanelContainer)
.moveToObject(navigatorNotBookmarked)
.leftClick()
.waitForVisible(braveryPanelContainer, 1000, true)
.pause(1000) // XXX: Wait for Sync to upload records to S3

// Sync Off - browsing activity NOT synced
Expand Down

0 comments on commit 8745bd5

Please sign in to comment.