Tests completed in 297 milliseconds.
343 assertions of 345 passed, 2 failed.
- Accessibility - All: title is carried over from original element (1)Rerun1 ms
- The title should have been copied over from the original element@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:12:1
- Accessibility - All: aria-expanded reflects the state of the container (2)Rerun1 ms
- The container should not be expanded when it is closed@ 1 ms
- The container should be expanded when it is opened@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:25:1
- Accessibility - All: static aria attributes are present (2)Rerun0 ms
- The container should identify as a combobox@ 0 ms
- The dropdown is considered a popup of the container@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:50:1
- Accessibility - All: the container should be in the tab order (3)Rerun0 ms
- The tab index should allow it to fit in the natural tab order@ 0 ms
- The selection should be dropped out of the tab order when disabled@ 0 ms
- The tab index should be restored when re-enabled@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:69:1
- Accessibility - All: a custom tabindex is copied (3)Rerun0 ms
- The tab index should match the original tab index@ 0 ms
- The selection should be dropped out of the tab order when disabled@ 0 ms
- The tab index should be restored when re-enabled@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:101:1
- Accessibility - Single: aria-labelledby should match the rendered container (1)Rerun0 ms
- The rendered selection should label the container@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/selection-tests.js:136:1
- Accessibility - Search: aria-autocomplete attribute is present (1)Rerun1 ms
- The search box is marked as autocomplete@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/search-tests.js:12:1
- Accessibility - Search: aria-activedescendant should be removed when closed (1)Rerun3 ms
- There is no active descendant when the dropdown is closed@ 3 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/a11y/search-tests.js:29:1
- Data adapters - Array: current gets default for single (2)Rerun3 ms
- There should always be a selected item for array data.@ 3 ms
- The first item should be selected@ 3 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:58:1
- Data adapters - Array: current gets default for multiple (1)Rerun1 ms
- There should be no default selection.@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:80:1
- Data adapters - Array: current works with existing selections (3)Rerun1 ms
- There should only be one existing selection.@ 0 ms
- The id should be equal to the value of the option tag.@ 1 ms
- The text should be equal to the text of the option tag.@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:94:1
- Data adapters - Array: current works with selected data (3)Rerun1 ms
- There should only be one option selected.@ 1 ms
- The id should match the original id from the array.@ 1 ms
- The text should match the original text from the array.@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:124:1
- Data adapters - Array: select works for single (2)Rerun2 ms
- There should already be a selection@ 2 ms
- The selected value should be the same as the selected id@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:157:1
- Data adapters - Array: multiple sets the value (2)Rerun1 ms
- okay@ 0 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:180:1
- Data adapters - Array: multiple adds to the old value (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:195:1
- Data adapters - Array: option tags are automatically generated (1)Rerun0 ms
- An <option> element should be created for each object@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:212:1
- Data adapters - Array: option tags can receive new data (3)Rerun1 ms
- Only one more <option> element should be created@ 1 ms
- <option> default should have new data@ 1 ms
- <option> One should have new data@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:224:1
- Data adapters - Array: optgroup tags can also be generated (2)Rerun0 ms
- An <option> element should be created for the one selectable object@ 0 ms
- An <optgroup> element should be created for the two with children@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:254:1
- Data adapters - Array: optgroup tags have the right properties (2)Rerun2 ms
- An `<optgroup>` label should match the text property@ 1 ms
- The <optgroup> should have one child under it@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:272:1
- Data adapters - Array: existing selections are respected on initialization (2)Rerun1 ms
- okay@ 0 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/array-tests.js:292:1
- Data adapters - Base: current is required (1)Rerun1 ms
- current has no default implementation@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/base-tests.js:9:1
- Data adapters - Base: query is required (1)Rerun1 ms
- query has no default implementation@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/base-tests.js:20:1
- Data adapters - <input> compatibility: test that options can be selected (1)Rerun1 ms
- The id of the item should be the value@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/inputData-tests.js:13:1
- Data adapters - <input> compatibility: unselect the single selected option clears the value (1)Rerun1 ms
- The id should no longer be in the value@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/inputData-tests.js:37:1
- Data adapters - <input> compatibility: options can be unselected individually (1)Rerun1 ms
- The value should contain all the still selected options@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/inputData-tests.js:62:1
- Data adapters - <input> compatibility: default values can be set (4)Rerun2 ms
- There should only be a single selected option@ 2 ms
- okay@ 2 ms
- okay@ 2 ms
- The value should not have been altered@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/inputData-tests.js:95:1
- Data adapters - <input> compatibility: no default value (2)Rerun0 ms
- There should be no selected options@ 0 ms
- The value should not have been altered@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/inputData-tests.js:130:1
- Data adapters - Select - current: current gets default for single (3)Rerun0 ms
- There should only be one selected option@ 0 ms
- The value of the option tag should be the id@ 0 ms
- The text within the option tag should be the text@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:8:1
- Data adapters - Select - current: current gets default for multiple (1)Rerun0 ms
- Multiple selects have no default selection.@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:36:1
- Data adapters - Select - current: current gets options with explicit value (3)Rerun1 ms
- There should be one selected option@ 1 ms
- The option value should be the selected id@ 1 ms
- The text should match the text for the option tag@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:50:1
- Data adapters - Select - current: current gets options with implicit value (3)Rerun0 ms
- There should only be one selected value@ 0 ms
- The id should be the same as the option text@ 0 ms
- The text should be the same as the option text@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:83:1
- Data adapters - Select - current: select works for single (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:113:1
- Data adapters - Select - current: multiple sets the value (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:128:1
- Data adapters - Select - current: multiple adds to the old value (2)Rerun1 ms
- okay@ 0 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:143:1
- Data adapters - Select - current: duplicates - single - same id on select triggers change (4)Rerun1 ms
- okay@ 0 ms
- The value never changed@ 1 ms
- The change event should be triggered@ 1 ms
- The second duplicate is selected, not the first@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:160:1
- Data adapters - Select - current: duplicates - single - different id on select triggers change (3)Rerun1 ms
- The value changed to the duplicate id@ 1 ms
- The change event should be triggered@ 1 ms
- The second duplicate is selected, not the first@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:198:1
- Data adapters - Select - current: duplicates - multiple - same id on select triggers change (3)Rerun1 ms
- The value now has duplicates@ 1 ms
- The change event should be triggered@ 1 ms
- The second duplicate is selected, not the first@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:236:1
- Data adapters - Select - current: duplicates - multiple - different id on select triggers change (3)Rerun1 ms
- The value has the new id@ 1 ms
- The change event should be triggered@ 1 ms
- The second duplicate is selected, not the first@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:274:1
- Data adapter - Select - query: all options are returned with no term (1)Rerun1 ms
- The number of items returned should be equal to the number of options@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:314:1
- Data adapter - Select - query: the matcher checks the text (1)Rerun1 ms
- Only the "One" option should be found@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:328:1
- Data adapter - Select - query: the matcher ignores case (1)Rerun0 ms
- The "One" option should still be found@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:344:1
- Data adapter - Select - query: no options may be returned with no matches (1)Rerun0 ms
- Only matching items should be returned@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:360:1
- Data adapter - Select - query: optgroup tags are marked with children (1)Rerun0 ms
- The optgroup element should have children when queried@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:376:1
- Data adapter - Select - query: empty optgroups are still shown when queried (3)Rerun1 ms
- The empty optgroup element should still be returned when queried@ 0 ms
- The text of the empty optgroup should match the label@ 0 ms
- There should be no children in the empty opgroup@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:389:1
- Data adapter - Select - query: multiple options with the same value are returned (3)Rerun0 ms
- The duplicate option should still be returned when queried@ 0 ms
- The duplicates should have the same id@ 0 ms
- The duplicates do not have the same text@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:417:1
- Data adapter - Select - query: data objects use the text of the option (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/select-tests.js:446:1
- Data adapters - Tags: does not trigger on blank or null terms (6)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:15:1
- Data adapters - Tags: white space is trimmed by default (6)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:41:1
- Data adapters - Tags: does not trigger for additional pages (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:67:1
- Data adapters - Tags: creates tag at beginning (3)Rerun2 ms
- okay@ 2 ms
- okay@ 2 ms
- okay@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:82:1
- Data adapters - Tags: tags can be the only result (3)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:97:1
- Data adapters - Tags: tags are injected as options (4)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:112:1
- Data adapters - Tags: old tags are removed automatically (6)Rerun1 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:131:1
- Data adapters - Tags: insertTag controls the tag location (3)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:160:1
- Data adapters - Tags: insertTag can be controlled through the options (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:179:1
- Data adapters - Tags: createTag controls the tag object (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:199:1
- Data adapters - Tags: createTag returns null for no tag (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:221:1
- Data adapters - Tags: the createTag options customizes the function (4)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tags-tests.js:235:1
- Data adaptor - Tokenizer: triggers the select event (2)Rerun1 ms
- The select event should be triggered@ 1 ms
- The callback should have succeeded@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tokenizer-tests.js:3:1
- Data adaptor - Tokenizer: createTag can return null (3)Rerun0 ms
- createTag should have been called@ 0 ms
- createTag should have been called@ 0 ms
- The callback should have succeeded@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tokenizer-tests.js:45:1
- Data adaptor - Tokenizer: createTag returning null does not cut the term (4)Rerun1 ms
- Data should not be null@ 0 ms
- The id should have the quotes@ 1 ms
- The text should not have the quotes@ 1 ms
- The callback should have succeeded@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tokenizer-tests.js:94:1
- Data adaptor - Tokenizer: works with multiple tokens given (4)Rerun2 ms
- The select event should be triggered@ 1 ms
- The select event should be triggered@ 1 ms
- The callback should have succeeded@ 1 ms
- The two new tags should have been created@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/tokenizer-tests.js:173:1
- Data adapters - Maximum input length: 0 never displays the notice (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:18:1
- Data adapters - Maximum input length: < 0 never displays the notice (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:44:1
- Data adapters - Maximum input length: triggers when input is too long (2)Rerun0 ms
- The event should be triggered.@ 0 ms
- The adapter should not be called@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:70:1
- Data adapters - Maximum input length: does not trigger when equal (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:88:1
- Data adapters - Maximum input length: does not trigger when less (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:106:1
- Data adapters - Maximum input length: works with null term (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumInputLength-tests.js:124:1
- Data adapters - Maximum selection length: 0 never displays the notice (3)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumSelectionLength-tests.js:31:1
- Data adapters - Maximum selection length: < 0 never displays the notice (3)Rerun1 ms
- okay@ 0 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumSelectionLength-tests.js:78:1
- Data adapters - Maximum selection length: triggers when >= 1 selection (3)Rerun0 ms
- okay@ 0 ms
- The event should be triggered.@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumSelectionLength-tests.js:125:1
- Data adapters - Maximum selection length: triggers when >= 2 selections (4)Rerun1 ms
- okay@ 0 ms
- okay@ 0 ms
- The event should be triggered.@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/maximumSelectionLength-tests.js:157:1
- Data adapters - Minimum input length: 0 never displays the notice (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:18:1
- Data adapters - Minimum input length: < 0 never displays the notice (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:44:1
- Data adapters - Minimum input length: triggers when input is not long enough (2)Rerun1 ms
- The event should be triggered.@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:70:1
- Data adapters - Minimum input length: does not trigger when equal (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:88:1
- Data adapters - Minimum input length: does not trigger when greater (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:106:1
- Data adapters - Minimum input length: works with null term (2)Rerun1 ms
- The event should be triggered@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/data/minimumInputLength-tests.js:124:1
- Dropdown - dropdownCssClass compatibility: all classes will be copied if :all: is used (4)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:13:1
- Dropdown - dropdownCssClass compatibility: :all: can be used with other classes (5)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:28:1
- Dropdown - dropdownCssClass compatibility: classes can be passed in as a string (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:44:1
- Dropdown - dropdownCssClass compatibility: a function can be used based on the element (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:56:1
- Dropdown - dropdownCssClass compatibility: :all: works around custom adapters (3)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:71:1
- Dropdown - adaptDropdownCss compatibility: only return when adapted (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/dropdownCss-tests.js:91:1
- Dropdown - attachBody - positioning: appends to the dropdown parent (4)Rerun45 ms
- Only the select should be in the container@ 1 ms
- The dropdown should not be placed until after it is opened@ 2 ms
- The dropdown should now be in the container as well@ 45 ms
- The dropdown should be contained within the parent container@ 45 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/positioning-tests.js:3:1
- Dropdown - attachBody - positioning: dropdown is positioned down with static margins (2, 2, 4)Rerun8 ms
- The drodpown should not have any offset before it is displayed@ 1 ms
- The dropdown should be forced down@ 3 ms
Expected: | true |
---|
Result: | false |
---|
Source: | at Object.<anonymous> (http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/positioning-tests.js:103:12) |
---|
- The offset should be 5px at the top@ 6 ms
Expected: | 24 |
---|
Result: | "11" |
---|
Diff: | 24"11"
|
---|
Source: | at Object.<anonymous> (http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/positioning-tests.js:108:12) |
---|
- The offset should be 10px on the left@ 8 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/positioning-tests.js:61:1
- Dropdown - attachBody - positioning: dropdown is positioned down with absolute offsets (4)Rerun5 ms
- The drodpown should not have any offset before it is displayed@ 1 ms
- The dropdown should be forced down@ 4 ms
- There should not be an extra top offset@ 4 ms
- There should not be an extra left offset@ 5 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/positioning-tests.js:121:1
- Dropdown - selectOnClose: will not trigger if no results were given (0)Rerun1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/selectOnClose-tests.js:19:1
- Dropdown - selectOnClose: will not trigger if the results list is empty (1)Rerun1 ms
- There should not be any results in the dropdown@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/selectOnClose-tests.js:37:1
- Dropdown - selectOnClose: will not trigger if no results here highlighted (2)Rerun1 ms
- There should be one result in the dropdown@ 1 ms
- The result should be the same as the one we appended@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/selectOnClose-tests.js:65:1
- Dropdown - selectOnClose: will trigger if there is a highlighted result (2)Rerun1 ms
- There should be one result in the dropdown@ 1 ms
- The select event should have been triggered@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/selectOnClose-tests.js:104:1
- Dropdown - Stoping event propagation: click event does not propagate (1)Rerun2 ms
- Something went wrong if this failed@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/dropdown/stopPropagation-tests.js:14:1
- Defaults - Ajax: options are merged recursively with default options (2)Rerun1 ms
- Ajax default options are present on the merged options@ 0 ms
- Ajax provided options are present on the merged options@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/ajax-tests.js:3:1
- Options - Attributes: no nesting (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/data-tests.js:7:1
- Options - Attributes: with nesting (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/data-tests.js:15:1
- Options - Attributes: overrides initialized data (3)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/data-tests.js:33:1
- Options - Deprecated - initSelection: converted into dataAdapter.current (5)Rerun0 ms
- initSelection should not have been called@ 0 ms
- There should have only been one object selected@ 0 ms
- The id should have been set by initSelection@ 0 ms
- The text should have been set by initSelection@ 0 ms
- initSelection should have been called@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:6:1
- Options - Deprecated - initSelection: single option converted to array automatically (2)Rerun1 ms
- The data should have been converted to an array@ 0 ms
- initSelection should have been called@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:53:1
- Options - Deprecated - initSelection: only called once (8)Rerun1 ms
- There should have only been a single option@ 1 ms
- The id should match the one given by initSelection@ 1 ms
- The text should match the one given by initSelection@ 1 ms
- initSelection should have been called@ 1 ms
- There should have only been a single option@ 1 ms
- The id should match the value given in the DOM@ 1 ms
- The text should match the text given in the DOM@ 1 ms
- initSelection should have only been called once@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:83:1
- Options - Deprecated - query: converted into dataAdapter.query automatically (6)Rerun0 ms
- The query option should not have been called@ 0 ms
- It should have included the results key@ 0 ms
- There should have only been a single result returned@ 0 ms
- The id should have been returned from the query function@ 0 ms
- The text should have matched the term that was passed in@ 0 ms
- The query function should have been called@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:162:1
- Options - deprecated - data-ajax-url: converted ajax-url to ajax--url automatically (2)Rerun1 ms
- The `ajax` key was automatically created@ 0 ms
- The `url` property for the `ajax` option was filled in correctly@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:222:1
- Options - deprecated - data-ajax-url: converted select2-tags to data/tags automatically (2)Rerun1 ms
- The `tags` key is automatically set to true@ 1 ms
- The `data` key is created with the original data@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/deprecated-tests.js:237:1
- Options - Translations: partial dictionaries can be passed (2)Rerun0 ms
- The partial dictionary still overrides translations@ 0 ms
- You can still get English translations for keys not passed in@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/translation-tests.js:6:1
- Options - Width: string passed as width (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:8:1
- Options - Width: width from style attribute (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:16:1
- Options - Width: width from style returns null if nothing is found (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:24:1
- Options - Width: width from computed element width (1)Rerun8 ms
- okay@ 8 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:32:1
- Options - Width: resolve gets the style if it is there (1)Rerun1 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:46:1
- Options - Width: resolve falls back to element if there is no style (1)Rerun3 ms
- okay@ 3 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/options/width-tests.js:54:1
- Results - highlighting results: results:all with no data skips results:focus (0)Rerun3 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/results/focusing-tests.js:3:1
- Results - highlighting results: results:all triggers results:focus on the first item (2)Rerun3 ms
- okay@ 2 ms
- okay@ 3 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/results/focusing-tests.js:45:1
- Results - highlighting results: results:append does not trigger results:focus (0)Rerun2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/results/focusing-tests.js:93:1
- Selection containers - Placeholders - Allow clear: clear is not displayed for single placeholder (1)Rerun1 ms
- The clear icon should not be displayed@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:25:1
- Selection containers - Placeholders - Allow clear: clear is not displayed for multiple placeholder (1)Rerun1 ms
- The clear icon should not be displayed@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:44:1
- Selection containers - Placeholders - Allow clear: clear is displayed for placeholder (1)Rerun1 ms
- The clear icon should be displayed@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:62:1
- Selection containers - Placeholders - Allow clear: clicking clear will set the placeholder value (1)Rerun2 ms
- The value should have been reset to the placeholder@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:82:1
- Selection containers - Placeholders - Allow clear: clicking clear will trigger the unselect event (3)Rerun1 ms
- The event should have been triggered with the data property@ 0 ms
- The data should be an object@ 1 ms
- The previous object should be unselected@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:111:1
- Selection containers - Placeholders - Allow clear: preventing the unselect event cancels the clearing (1)Rerun1 ms
- The placeholder should not have been set@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:156:1
- Selection containers - Placeholders - Allow clear: clear does not work when disabled (1)Rerun1 ms
- The placeholder should not have been set@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/allowClear-tests.js:189:1
- Dropdown - containerCssClass compatibility: all classes will be copied if :all: is used (4)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:13:1
- Dropdown - containerCssClass compatibility: :all: can be used with other classes (5)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:28:1
- Dropdown - containerCssClass compatibility: classes can be passed in as a string (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:44:1
- Dropdown - containerCssClass compatibility: a function can be used based on the element (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:56:1
- Dropdown - containerCssClass compatibility: :all: works around custom adapters (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:71:1
- Selection - adaptContainerCss compatibility: only return when adapted (2)Rerun1 ms
- okay@ 1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/containerCss-tests.js:91:1
- Selection containers - Multiple: display uses templateSelection (2)Rerun1 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/multiple-tests.js:11:1
- Selection containers - Multiple: templateSelection can addClass (3)Rerun1 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/multiple-tests.js:36:1
- Selection containers - Multiple: empty update clears the selection (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/multiple-tests.js:65:1
- Selection containers - Multiple: escapeMarkup is being used (1)Rerun1 ms
- The text should be escaped by default to prevent injection@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/multiple-tests.js:81:1
- Selection containers - Multiple: clear button respects the disabled state (2)Rerun1 ms
- There should only be one selection@ 1 ms
- The remove icon is displayed for the selection@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/multiple-tests.js:103:1
- Selection containers - Placeholders: normalizing placeholder ignores objects (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/placeholder-tests.js:19:1
- Selection containers - Placeholders: normalizing placeholder gives object for string (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/placeholder-tests.js:35:1
- Selection containers - Placeholders: text is shown for placeholder option on single (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/placeholder-tests.js:48:1
- Selection containers - Placeholders: placeholder is shown when no options are selected (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/placeholder-tests.js:63:1
- Selection containers - Inline search: backspace will remove a choice (3)Rerun2 ms
- The search was visible@ 1 ms
- The choice was rendered@ 1 ms
- A choice was unselected@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/search-tests.js:12:1
- Selection containers - Inline search: backspace will set the search text (3)Rerun2 ms
- The search was visible@ 1 ms
- The choice was rendered@ 1 ms
- The search text was set@ 2 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/search-tests.js:54:1
- Selection containers - Inline search: updating selection does not shift the focus (4)Rerun13 ms
- The search was not visible@ 11 ms
- The search did not have focus originally@ 11 ms
- The search box disappeared@ 13 ms
- The search did not have focus after the selection was updated@ 13 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/search-tests.js:93:1
- Selection containers - Inline search: the focus event shifts the focus (4)Rerun4 ms
- The search had focus originally@ 1 ms
- The search was not visible@ 1 ms
- The search box disappeared@ 4 ms
- The search did not have focus originally@ 4 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/search-tests.js:141:1
- Selection containers - Single: display uses templateSelection (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/single-tests.js:11:1
- Selection containers - Single: templateSelection can addClass (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/single-tests.js:36:1
- Selection containers - Single: empty update clears the selection (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/single-tests.js:65:1
- Selection containers - Single: update renders the data text (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/single-tests.js:81:1
- Selection containers - Single: escapeMarkup is being used (1)Rerun0 ms
- The text should be escaped by default to prevent injection@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/single-tests.js:97:1
- Selection containers - Stoping event propagation: click event does not propagate (1)Rerun0 ms
- Something went wrong if this failed@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/selection/stopPropagation-tests.js:14:1
- Decorators: overridden - method (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:5:1
- Decorators: overridden - constructor (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:25:1
- Decorators: not overridden - method (1)Rerun1 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:50:1
- Decorators: not overridden - constructor (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:70:1
- Decorators: inherited - method (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:92:1
- Decorators: inherited - constructor (2)Rerun1 ms
- okay@ 0 ms
- okay@ 1 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:112:1
- Decorators: inherited - three levels (7)Rerun0 ms
- The base class contructor was called@ 0 ms
- The middle class constructor was called@ 0 ms
- The decorator constructor was called@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/decorator-tests.js:139:1
- Utils - escapeMarkup: text passes through (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/escapeMarkup-tests.js:5:1
- Utils - escapeMarkup: html tags are escaped (2)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/escapeMarkup-tests.js:12:1
- Utils - escapeMarkup: quotes are killed as well (3)Rerun0 ms
- okay@ 0 ms
- okay@ 0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/escapeMarkup-tests.js:20:1
- Utils - escapeMarkup: DocumentFragment options pass through (1)Rerun0 ms
- okay@ 0 ms
Source: at http://mail.alpine-admin-template.akshartech.net/assets/vendor_components/select2/tests/utils/escapeMarkup-tests.js:29:1