From 79c38f58dbc22068650fcae985205061f0f4721b Mon Sep 17 00:00:00 2001 From: "Brian R. Bondy" Date: Mon, 24 Oct 2016 20:07:51 -0400 Subject: [PATCH] Run all tests instead of only 1 Auditors: @jkup --- test/components/frameTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/components/frameTest.js b/test/components/frameTest.js index 229147bb839..f8d40027217 100644 --- a/test/components/frameTest.js +++ b/test/components/frameTest.js @@ -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)