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

Commit

Permalink
Run all tests instead of only 1
Browse files Browse the repository at this point in the history
Auditors: @jkup
  • Loading branch information
bbondy committed Oct 25, 2016
1 parent 824ee8c commit 79c38f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/frameTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('findbar', function () {
assert.equal(match, '1 of 2')
})

it.only('should empty the input on clear', function * () {
it('should empty the input on clear', function * () {
yield this.app.client
.showFindbar()
.waitForElementFocus(findBarInput)
Expand Down

2 comments on commit 79c38f5

@jkup
Copy link
Contributor

@jkup jkup commented on 79c38f5 Oct 25, 2016

Choose a reason for hiding this comment

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

:( sorry

@bsclifton
Copy link
Member

Choose a reason for hiding this comment

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

doh

Please sign in to comment.