Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amsul committed Apr 13, 2014
1 parent 4004916 commit d65cd45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/units/time.js
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ test( 'Clear', function() {
picker.set( 'select', [2,0] )
strictEqual( picker.get( 'value' ), picker.get( 'select', $.fn.pickatime.defaults.format ), 'Value updated' )

picker.open()
picker.$root.find( '.' + $.fn.pickatime.defaults.klass.buttonClear ).click()
strictEqual( picker.get( 'value' ), '', 'Value cleared' )
})
Expand Down

0 comments on commit d65cd45

Please sign in to comment.