Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix(timepicker): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 26, 2014
1 parent 98461c6 commit 500b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timepicker/test/timepicker.spec.js
Expand Up @@ -197,7 +197,7 @@ describe('timepicker', function() {
});

it('should ignore switch meridians with undefined time values', function() {
var elm = compileDirective('value-undefined');
var elm = compileDirective('default', {selectedTime: undefined});
expect(elm.val()).toBe('');
angular.element(elm[0]).triggerHandler('focus');
var amButton = angular.element(sandboxEl.find('.dropdown-menu tbody td:eq(4) button:eq(0)')[0]);
Expand Down

0 comments on commit 500b426

Please sign in to comment.