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

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Auditors: @diracdeltas
  • Loading branch information
bbondy committed Jan 26, 2016
1 parent f7e20b8 commit 16f74ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/navigationBarTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('urlbar', function () {
const page1Url = Brave.server.url('page1.html')
yield navigate(this.app.client, page1Url)
let backgroundColor = yield this.app.client.getCssProperty(activeTab, 'background-color')
assert.equal(backgroundColor.parsed.hex, '#eeeeee')
assert.equal(backgroundColor.parsed.hex, '#f3f3f3')
})

// We need a newer electron build first
Expand Down

1 comment on commit 16f74ab

@diracdeltas
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.