Skip to content

Commit

Permalink
test(Chosen Options Width): make sure passes with 250 instead of 250px
Browse files Browse the repository at this point in the history
  • Loading branch information
leocaseiro committed May 22, 2017
1 parent d3634ed commit c391d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chosenOptions/width.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ describe('Chosen options: width', function () {
});

it('sets the dropdown width', function () {
expect(chosenSelectHelper.chosenContainer().attr('style')).toBe('width: 250;');
expect(chosenSelectHelper.chosenContainer().attr('style')).toContain('width: 250');
});
});

0 comments on commit c391d21

Please sign in to comment.