Skip to content

Commit

Permalink
Fix sha-1 perma fail test
Browse files Browse the repository at this point in the history
Was failing I guess because certs were upgraded on badssl.com

Auditors: @diracdeltas
  • Loading branch information
bbondy committed Jan 9, 2017
1 parent 2fd9cdd commit 6168b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/navigationBarTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ describe('navigationBar tests', function () {
)
})
it('shows insecure icon on a site with a sha-1 cert', function * () {
const page1Url = 'https://very.badssl.com/'
const page1Url = 'https://sha1-2017.badssl.com/'
yield this.app.client.tabByUrl(Brave.newTabUrl).url(page1Url).waitForUrl(page1Url).windowParentByUrl(page1Url)
yield this.app.client
.moveToObject(navigator)
Expand Down

0 comments on commit 6168b39

Please sign in to comment.