diff --git a/packages/ember-testing/tests/helpers_test.js b/packages/ember-testing/tests/helpers_test.js index a8f7eedaaa5..5562f42fd4e 100644 --- a/packages/ember-testing/tests/helpers_test.js +++ b/packages/ember-testing/tests/helpers_test.js @@ -732,20 +732,22 @@ test('`fillIn` fires `input` and `change` events in the proper order', function( return wait(); }); -test('`triggerEvent accepts an optional options hash and context', function() { +QUnit.test('`triggerEvent` accepts an optional options hash and context', function() { expect(3); var triggerEvent, wait, event; - App.IndexView = EmberView.extend({ - template: compile('{{input type="text" id="outside-scope" class="input"}}