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

Commit

Permalink
fix intermittent Pinned tab navigation tests
Browse files Browse the repository at this point in the history
Auditors: @bsclifton, @NejcZdovc
fix #10311
Test Plan: npm run test -- --grep="Pinned tab navigation"
  • Loading branch information
cezaraugusto committed Aug 6, 2017
1 parent 619c700 commit c9b35ad
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 c9b35ad

Please sign in to comment.