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

Commit

Permalink
Add .windowByUrl() call, per review
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Jul 18, 2018
1 parent df5616a commit 0224cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tab-components/frameTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ describe('frame tests', function () {
.tabByIndex(0)
.url(url)
.waitForUrl(url)
.windowByUrl(Brave.browserWindowUrl)
.waitForTextValue(activeTabTitle, 'HTML using .pdf Extension')
})
})
Expand Down

0 comments on commit 0224cd6

Please sign in to comment.