fix failing test due to input polyfill
This commit is contained in:
parent
425758e054
commit
e906fbd09d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue