diff --git a/tests/integration/components/create-options-datetime-test.js b/tests/integration/components/create-options-datetime-test.js index c1c11d8..ac7d6ac 100644 --- a/tests/integration/components/create-options-datetime-test.js +++ b/tests/integration/components/create-options-datetime-test.js @@ -24,7 +24,7 @@ test('time input is toggled by radio switch', function(assert) { Ember.run(() => { this.$('.bootstrap-switch-handle-off').click(); }); - assert.ok(this.$('.grouped-input input').length === 1); + assert.ok(this.$('.grouped-input input').length > 0); Ember.run(() => { this.$('.bootstrap-switch-handle-on').click(); });