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 #10312 from brave/10311
Browse files Browse the repository at this point in the history
fix intermittent Pinned tab navigation tests
  • Loading branch information
NejcZdovc authored Aug 7, 2017
2 parents 1bab9a7 + c9b35ad commit fbb8fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tab-components/pinnedTabTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ describe('pinnedTabs', function () {
yield setup(this.app.client)
this.page1 = Brave.server.url('page1.html')
yield this.app.client
.activateURLMode()
.newTab({ url: this.page1 })
.waitForUrl(this.page1)
.windowByUrl(Brave.browserWindowUrl)
Expand Down

0 comments on commit fbb8fea

Please sign in to comment.