Skip to content

Commit

Permalink
Removed unnecessary .focus() in frost-select test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtherDude committed Nov 2, 2016
1 parent 332d013 commit 3e36464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/frost-select-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ describeComponent(...integration('frost-select'), function () {
describe('ember-hook selectors', function () {
describe('when dropdown is open', function () {
beforeEach(function () {
$hook('select').click().focus()
$hook('select').click()
})

it('can find dropdown input', function () {
Expand Down

0 comments on commit 3e36464

Please sign in to comment.