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

Commit

Permalink
Fixes findbar test
Browse files Browse the repository at this point in the history
Auditors: @bsclifon

Test Plan:
- npm run test -- --grep="typing while another frame is loading"
  • Loading branch information
NejcZdovc committed May 3, 2017
1 parent 7f7d871 commit fd8ecb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/misc-components/findbarTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('findBar', function () {
.showFindbar()
.waitForElementFocus(findBarInput)
.newTab({ url: url2, active: false })
.setValue(findBarInput, 'test')
.setValue(findBarInput, '')
.showFindbar()
.waitForElementFocus(findBarInput)
.keys('x')
Expand Down

0 comments on commit fd8ecb0

Please sign in to comment.