Skip to content

Commit c391d21

Browse files
committed
test(Chosen Options Width): make sure passes with 250 instead of 250px
1 parent d3634ed commit c391d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chosenOptions/width.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ describe('Chosen options: width', function () {
66
});
77

88
it('sets the dropdown width', function () {
9-
expect(chosenSelectHelper.chosenContainer().attr('style')).toBe('width: 250;');
9+
expect(chosenSelectHelper.chosenContainer().attr('style')).toContain('width: 250');
1010
});
1111
});

0 commit comments

Comments
 (0)