Viewing File: /usr/local/cpanel/3rdparty/share/angular-chosen/1.4.0/test/chosenOptions/width.spec.js

describe('Chosen options: width', function () {
  beforeEach(function () {
    chosenSelectHelper.compileWithAttributes({
      width: 250
    });
  });

  it('sets the dropdown width', function () {
    expect(chosenSelectHelper.chosenContainer().attr('style')).toBe('width: 250;');
  });
});
Back to Directory File Manager