Skip to content

Commit

Permalink
Unskip emberjs#5
Browse files Browse the repository at this point in the history
  • Loading branch information
nickiaconis committed Jun 1, 2016
1 parent 1a9576e commit bd913aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ember-testing/tests/helpers_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,13 +636,11 @@ QUnit.test('`triggerEvent` can be used to trigger arbitrary events', function()
});
});

test('`fillIn` takes context into consideration', function() {
QUnit.test('`fillIn` takes context into consideration', function() {
expect(2);
var fillIn, find, visit, andThen, wait;

App.IndexView = EmberView.extend({
template: compile('<div id="parent">{{input type="text" id="first" class="current"}}</div>{{input type="text" id="second" class="current"}}')
});
setTemplate('index', compile('<div id="parent"><input type="text" id="first" class="current" /></div><input type="text" id="second" class="current" />'));

run(App, App.advanceReadiness);

Expand Down

0 comments on commit bd913aa

Please sign in to comment.