Skip to content

Commit

Permalink
Fixes various webdriver tests
Browse files Browse the repository at this point in the history
Resolves brave#10824

Auditors:

Test Plan:
  • Loading branch information
NejcZdovc committed Sep 6, 2017
1 parent 2014e8c commit 7e441c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/bravery-components/safebrowsingTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ describe('safebrowsing interception', function () {
})
})
.windowByUrl(Brave.browserWindowUrl)
.activateURLMode()
.getAttribute(urlInput, 'value').then((value) => {
return value === this.safebrowsingUrl
})
Expand Down

0 comments on commit 7e441c5

Please sign in to comment.