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

Commit

Permalink
Fix intermittent fail for url suggestions
Browse files Browse the repository at this point in the history
Auditors: @bsclifton
  • Loading branch information
bbondy committed Dec 23, 2016
1 parent 502ca4a commit f04777e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/urlBarSuggestionsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ describe('urlBarSuggestions', function () {
it('selection is not reset', function * () {
const pagePartialUrl = Brave.server.url('page')
yield this.app.client
.moveToObject(urlInput)
.setValue(urlInput, pagePartialUrl)
.waitForExist(urlBarSuggestions)
.keys(Brave.keys.DOWN)
Expand Down

1 comment on commit f04777e

@bsclifton
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.