QUnit 1.23.1; Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Tests completed in 572 milliseconds.
474 assertions of 477 passed, 3 failed.

  1. Accessibility - All: title is carried over from original element (1)Rerun1 ms
    1. The title should have been copied over from the original element@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:12:1

  2. Accessibility - All: aria-expanded reflects the state of the container (2)Rerun1 ms
    1. The container should not be expanded when it is closed@ 1 ms
    2. The container should be expanded when it is opened@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:25:1

  3. Accessibility - All: static aria attributes are present (2)Rerun1 ms
    1. The container should identify as a combobox@ 1 ms
    2. The dropdown is considered a popup of the container@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:50:1

  4. Accessibility - All: the container should be in the tab order (3)Rerun1 ms
    1. The tab index should allow it to fit in the natural tab order@ 1 ms
    2. The selection should be dropped out of the tab order when disabled@ 1 ms
    3. The tab index should be restored when re-enabled@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:69:1

  5. Accessibility - All: a custom tabindex is copied (3)Rerun1 ms
    1. The tab index should match the original tab index@ 1 ms
    2. The selection should be dropped out of the tab order when disabled@ 1 ms
    3. The tab index should be restored when re-enabled@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:101:1

  6. Accessibility - All: aria-disabled should reflected disabled state (3)Rerun1 ms
    1. The tab index should match the original tab index@ 1 ms
    2. The selection should be dropped out of the tab order when disabled@ 1 ms
    3. The tab index should be restored when re-enabled@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:134:1

  7. Accessibility - Single: aria-labelledby should match the rendered container (1)Rerun1 ms
    1. The rendered selection should label the container@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/a11y/selection-tests.js:168:1

  8. Data adapters - Array: current gets default for single (2)Rerun1 ms
    1. There should always be a selected item for array data.@ 1 ms
    2. The first item should be selected@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:69:1

  9. Data adapters - Array: current gets default for multiple (1)Rerun1 ms
    1. There should be no default selection.@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:94:1

  10. Data adapters - Array: current works with existing selections (3)Rerun1 ms
    1. There should only be one existing selection.@ 0 ms
    2. The id should be equal to the value of the option tag.@ 0 ms
    3. The text should be equal to the text of the option tag.@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:111:1

  11. Data adapters - Array: current works with selected data (3)Rerun2 ms
    1. There should only be one option selected.@ 2 ms
    2. The id should match the original id from the array.@ 2 ms
    3. The text should match the original text from the array.@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:144:1

  12. Data adapters - Array: select works for single (2)Rerun1 ms
    1. There should already be a selection@ 0 ms
    2. The selected value should be the same as the selected id@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:180:1

  13. Data adapters - Array: multiple sets the value (2)Rerun1 ms
    1. nothing should be selected@ 1 ms
    2. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:206:1

  14. Data adapters - Array: multiple adds to the old value (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:227:1

  15. Data adapters - Array: option tags are automatically generated (1)Rerun0 ms
    1. An <option> element should be created for each object@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:247:1

  16. Data adapters - Array: automatically generated option tags have a result id (1)Rerun2 ms
    1. <option> default should have a result ID assigned@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:262:1

  17. Data adapters - Array: option tags can receive new data (3)Rerun2 ms
    1. Only one more <option> element should be created@ 1 ms
    2. <option> default should have new data@ 1 ms
    3. <option> One should have new data@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:280:1

  18. Data adapters - Array: optgroup tags can also be generated (2)Rerun1 ms
    1. An <option> element should be created for the one selectable object@ 1 ms
    2. An <optgroup> element should be created for the two with children@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:313:1

  19. Data adapters - Array: optgroup tags have the right properties (2)Rerun1 ms
    1. An `<optgroup>` label should match the text property@ 1 ms
    2. The <optgroup> should have one child under it@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:334:1

  20. Data adapters - Array: existing selections are respected on initialization (2)Rerun2 ms
    1. okay@ 1 ms
    2. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/array-tests.js:357:1

  21. Data adapters - Base: current is required (1)Rerun0 ms
    1. current has no default implementation@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/base-tests.js:9:1

  22. Data adapters - Base: query is required (1)Rerun0 ms
    1. query has no default implementation@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/base-tests.js:20:1

  23. Data adapters - Select - current: current gets default for single (3)Rerun0 ms
    1. There should only be one selected option@ 0 ms
    2. The value of the option tag should be the id@ 0 ms
    3. The text within the option tag should be the text@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:8:1

  24. Data adapters - Select - current: current gets default for multiple (1)Rerun0 ms
    1. Multiple selects have no default selection.@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:36:1

  25. Data adapters - Select - current: current gets options with explicit value (3)Rerun1 ms
    1. There should be one selected option@ 1 ms
    2. The option value should be the selected id@ 1 ms
    3. The text should match the text for the option tag@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:50:1

  26. Data adapters - Select - current: current gets options with implicit value (3)Rerun1 ms
    1. There should only be one selected value@ 0 ms
    2. The id should be the same as the option text@ 0 ms
    3. The text should be the same as the option text@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:83:1

  27. Data adapters - Select - current: select works for single (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:113:1

  28. Data adapters - Select - current: multiple sets the value (2)Rerun0 ms
    1. nothing should be selected@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:128:1

  29. Data adapters - Select - current: multiple adds to the old value (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:146:1

  30. Data adapters - Select - current: duplicates - single - same id on select triggers change (5)Rerun0 ms
    1. okay@ 0 ms
    2. The value never changed@ 0 ms
    3. The input event should be triggered@ 0 ms
    4. The change event should be triggered after the input event@ 0 ms
    5. The second duplicate is selected, not the first@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:163:1

  31. Data adapters - Select - current: duplicates - single - different id on select triggers change (4)Rerun0 ms
    1. The value changed to the duplicate id@ 0 ms
    2. The input event should be triggered@ 0 ms
    3. The change event should be triggered after the input event@ 0 ms
    4. The second duplicate is selected, not the first@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:208:1

  32. Data adapters - Select - current: duplicates - multiple - same id on select triggers change (4)Rerun0 ms
    1. The value now has duplicates@ 0 ms
    2. The input event should be triggered@ 0 ms
    3. The change event should be triggered after the input event@ 0 ms
    4. The second duplicate is selected, not the first@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:253:1

  33. Data adapters - Select - current: duplicates - multiple - different id on select triggers change (4)Rerun0 ms
    1. The value has the new id@ 0 ms
    2. The input event should be triggered@ 0 ms
    3. The change event should be triggered after the input event@ 0 ms
    4. The second duplicate is selected, not the first@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:298:1

  34. Data adapter - Select - query: all options are returned with no term (1)Rerun0 ms
    1. The number of items returned should be equal to the number of options@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:345:1

  35. Data adapter - Select - query: the matcher checks the text (1)Rerun1 ms
    1. Only the "One" option should be found@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:359:1

  36. Data adapter - Select - query: the matcher ignores case (1)Rerun1 ms
    1. The "One" option should still be found@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:375:1

  37. Data adapter - Select - query: no options may be returned with no matches (1)Rerun0 ms
    1. Only matching items should be returned@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:391:1

  38. Data adapter - Select - query: optgroup tags are marked with children (1)Rerun1 ms
    1. The optgroup element should have children when queried@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:407:1

  39. Data adapter - Select - query: empty optgroups are still shown when queried (3)Rerun1 ms
    1. The empty optgroup element should still be returned when queried@ 1 ms
    2. The text of the empty optgroup should match the label@ 1 ms
    3. There should be no children in the empty opgroup@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:420:1

  40. Data adapter - Select - query: multiple options with the same value are returned (3)Rerun0 ms
    1. The duplicate option should still be returned when queried@ 0 ms
    2. The duplicates should have the same id@ 0 ms
    3. The duplicates do not have the same text@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:448:1

  41. Data adapter - Select - query: data objects use the text of the option (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:477:1

  42. Data adapter - Select - query: select option construction accepts id=0 (zero) value (1)Rerun1 ms
    1. Built option value should be "0" (zero as a string).@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:490:1

  43. Data adapter - Select - query: select option construction accepts id="" (empty string) value (1)Rerun0 ms
    1. Built option value should be an empty string.@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:506:1

  44. Data adapter - Select - query: user-defined types are normalized properly (6)Rerun0 ms
    1. id property should be equal to text after normalize@ 0 ms
    2. text property should be equal after normalize@ 0 ms
    3. id property should be equal after normalize@ 0 ms
    4. text property should be equal after normalize@ 0 ms
    5. id property should be equal after normalize@ 0 ms
    6. text property should be equal after normalize@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/select-tests.js:522:1

  45. Data adapters - Tags: does not trigger on blank or null terms (6)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms
    4. okay@ 1 ms
    5. okay@ 1 ms
    6. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:15:1

  46. Data adapters - Tags: white space is trimmed by default (6)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms
    4. okay@ 1 ms
    5. okay@ 1 ms
    6. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:41:1

  47. Data adapters - Tags: does not create option if text is same but lowercase (3)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:67:1

  48. Data adapters - Tags: does not trigger for additional pages (3)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:82:1

  49. Data adapters - Tags: creates tag at beginning (3)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:97:1

  50. Data adapters - Tags: tags can be the only result (3)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:112:1

  51. Data adapters - Tags: tags are injected as options (4)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms
    4. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:127:1

  52. Data adapters - Tags: old tags are removed automatically (6)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms
    4. okay@ 1 ms
    5. okay@ 1 ms
    6. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:146:1

  53. Data adapters - Tags: insertTag controls the tag location (3)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:175:1

  54. Data adapters - Tags: insertTag can be controlled through the options (3)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:194:1

  55. Data adapters - Tags: createTag controls the tag object (3)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:214:1

  56. Data adapters - Tags: createTag returns null for no tag (1)Rerun1 ms
    1. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:236:1

  57. Data adapters - Tags: the createTag options customizes the function (4)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms
    4. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tags-tests.js:250:1

  58. Data adaptor - Tokenizer: triggers the select event (2)Rerun2 ms
    1. The select event should be triggered@ 1 ms
    2. The callback should have succeeded@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tokenizer-tests.js:3:1

  59. Data adaptor - Tokenizer: createTag can return null (3)Rerun1 ms
    1. createTag should have been called@ 1 ms
    2. createTag should have been called@ 1 ms
    3. The callback should have succeeded@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tokenizer-tests.js:45:1

  60. Data adaptor - Tokenizer: createTag returning null does not cut the term (4)Rerun2 ms
    1. Data should not be null@ 1 ms
    2. The id should have the quotes@ 1 ms
    3. The text should not have the quotes@ 1 ms
    4. The callback should have succeeded@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tokenizer-tests.js:94:1

  61. Data adaptor - Tokenizer: works with multiple tokens given (4)Rerun3 ms
    1. The select event should be triggered@ 2 ms
    2. The select event should be triggered@ 2 ms
    3. The callback should have succeeded@ 2 ms
    4. The two new tags should have been created@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/tokenizer-tests.js:173:1

  62. Data adapters - Maximum input length: 0 never displays the notice (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:18:1

  63. Data adapters - Maximum input length: < 0 never displays the notice (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:44:1

  64. Data adapters - Maximum input length: triggers when input is too long (2)Rerun0 ms
    1. The event should be triggered.@ 0 ms
    2. The adapter should not be called@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:70:1

  65. Data adapters - Maximum input length: does not trigger when equal (1)Rerun0 ms
    1. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:88:1

  66. Data adapters - Maximum input length: does not trigger when less (1)Rerun1 ms
    1. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:106:1

  67. Data adapters - Maximum input length: works with null term (1)Rerun1 ms
    1. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumInputLength-tests.js:124:1

  68. Data adapters - Maximum selection length: 0 never displays the notice (3)Rerun1 ms
    1. The results should be queried@ 1 ms
    2. The results should be queried@ 1 ms
    3. The results should be queried@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumSelectionLength-tests.js:12:1

  69. Data adapters - Maximum selection length: < 0 never displays the notice (3)Rerun2 ms
    1. The results should be queried@ 2 ms
    2. The results should be queried@ 2 ms
    3. The results should be queried@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumSelectionLength-tests.js:53:1

  70. Data adapters - Maximum selection length: triggers when >= 1 selection (2)Rerun1 ms
    1. The message should be displayed@ 1 ms
    2. The message should be displayed@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumSelectionLength-tests.js:94:1

  71. Data adapters - Maximum selection length: triggers after selection (1)Rerun2 ms
    1. The message should be displayed@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/maximumSelectionLength-tests.js:129:1

  72. Data adapters - Minimum input length: 0 never displays the notice (2)Rerun3 ms
    1. okay@ 1 ms
    2. okay@ 3 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:18:1

  73. Data adapters - Minimum input length: < 0 never displays the notice (2)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:44:1

  74. Data adapters - Minimum input length: triggers when input is not long enough (2)Rerun0 ms
    1. The event should be triggered.@ 0 ms
    2. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:70:1

  75. Data adapters - Minimum input length: does not trigger when equal (1)Rerun0 ms
    1. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:88:1

  76. Data adapters - Minimum input length: does not trigger when greater (1)Rerun0 ms
    1. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:106:1

  77. Data adapters - Minimum input length: works with null term (2)Rerun1 ms
    1. The event should be triggered@ 1 ms
    2. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/data/minimumInputLength-tests.js:124:1

  78. Dropdown - dropdownCssClass: all classes will be copied if :all: is used (4)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms
    4. okay@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownCss-tests.js:13:1

  79. Dropdown - dropdownCssClass: :all: can be used with other classes (5)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms
    4. okay@ 0 ms
    5. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownCss-tests.js:28:1

  80. Dropdown - dropdownCssClass: classes can be passed in as a string (1)Rerun0 ms
    1. okay@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownCss-tests.js:44:1

  81. Dropdown - attachBody - dropdownParent option: can be a selector string (1)Rerun6 ms
    1. Should be parsed using the selector as a jQuery object@ 6 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownParent-tests.js:3:1

  82. Dropdown - attachBody - dropdownParent option: can be a jQuery object (1)Rerun0 ms
    1. Should just take the passed in jQuery object@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownParent-tests.js:32:1

  83. Dropdown - attachBody - dropdownParent option: defaults to the document body (1)Rerun0 ms
    1. Should default to wrapping document.body@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/dropdownParent-tests.js:61:1

  84. Dropdown - attachBody - positioning: appends to the dropdown parent (4)Rerun81 ms
    1. Only the select should be in the container@ 0 ms
    2. The dropdown should not be placed until after it is opened@ 0 ms
    3. The dropdown should now be in the container as well@ 81 ms
    4. The dropdown should be contained within the parent container@ 81 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:3:1

  85. Dropdown - attachBody - positioning: dropdown is positioned down with static margins (3, 1, 4)Rerun11 ms
    1. The drodpown should not have any offset before it is displayed@ 1 ms
    2. The dropdown should be forced down@ 3 ms
      Expected:
      true
      Result:
      false
      Source:
          at Object.<anonymous> (https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:103:12)
    3. The offset should be 5px at the top@ 7 ms
      Expected:
      24
      Result:
      "131392px"
      Diff:
      24"131392px"
      Source:
          at Object.<anonymous> (https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:108:12)
    4. The offset should be 10px on the left@ 11 ms
      Expected:
      "10px"
      Result:
      "18px"
      Diff:
      "108px"
      Source:
          at Object.<anonymous> (https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:114:12)

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:61:1

  86. Dropdown - attachBody - positioning: dropdown is positioned down with absolute offsets (4)Rerun5 ms
    1. The drodpown should not have any offset before it is displayed@ 1 ms
    2. The dropdown should be forced down@ 4 ms
    3. There should not be an extra top offset@ 5 ms
    4. There should not be an extra left offset@ 5 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:121:1

  87. Dropdown - attachBody - positioning: dropdown is positioned even when not in document (4)Rerun5 ms
    1. The drodpown should not have any offset before it is displayed@ 1 ms
    2. The dropdown should be forced down@ 3 ms
    3. The offset should be 0px at the top@ 4 ms
    4. The offset should be 0px on the left@ 5 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/positioning-tests.js:179:1

  88. Dropdown - Search: search box defaults autocomplete to off (1)Rerun1 ms
    1. The search box has autocomplete disabled@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-tests.js:15:1

  89. Dropdown - Search: search box sets autocomplete from options (1)Rerun1 ms
    1. The search box sets the right autocomplete attribute@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-tests.js:31:1

  90. Dropdown - Search - Accessibility: role attribute is set to searchbox (1)Rerun0 ms
    1. The search box is marked as a search box@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:16:1

  91. Dropdown - Search - Accessibility: aria-autocomplete attribute is present (1)Rerun1 ms
    1. The search box is marked as autocomplete@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:32:1

  92. Dropdown - Search - Accessibility: aria-activedescendant should not be set initiailly (1)Rerun1 ms
    1. The search box should not point to anything when it is first rendered@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:48:1

  93. Dropdown - Search - Accessibility: aria-activedescendant should be set after highlight (1)Rerun2 ms
    1. The search is pointing to the focused result@ 2 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:65:1

  94. Dropdown - Search - Accessibility: activedescendant should remove if there is no ID (1)Rerun1 ms
    1. There is no result for the search to be pointing to@ 0 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:89:1

  95. Dropdown - Search - Accessibility: aria-activedescendant should be removed when closed (1)Rerun1 ms
    1. There is no active descendant when the dropdown is closed@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:111:1

  96. Dropdown - Search - Accessibility: aria-controls should not be set initiailly (1)Rerun1 ms
    1. The search box should not point to the results when it is first rendered@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:131:1

  97. Dropdown - Search - Accessibility: aria-controls should be set when opened (1)Rerun1 ms
    1. The search should point to the results when it is opened@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:148:1

  98. Dropdown - Search - Accessibility: aria-controls should be removed when closed (1)Rerun1 ms
    1. There are no results for the search box to point to when it is closed@ 1 ms

    Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/search-a11y-tests.js:167:1

  99. Dropdown - selectOnClose: will not trigger if no results were given (0)Rerun2 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/selectOnClose-tests.js:19:1

    1. Dropdown - selectOnClose: will not trigger if the results list is empty (1)Rerun2 ms
      1. There should not be any results in the dropdown@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/selectOnClose-tests.js:37:1

    2. Dropdown - selectOnClose: will not trigger if no results here highlighted (2)Rerun2 ms
      1. There should be one result in the dropdown@ 1 ms
      2. The result should be the same as the one we appended@ 2 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/selectOnClose-tests.js:65:1

    3. Dropdown - selectOnClose: will trigger if there is a highlighted result (2)Rerun2 ms
      1. There should be one result in the dropdown@ 1 ms
      2. The select event should have been triggered@ 2 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/selectOnClose-tests.js:104:1

    4. Dropdown - Stoping event propagation: click event does not propagate (1)Rerun1 ms
      1. Something went wrong if this failed@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/dropdown/stopPropagation-tests.js:14:1

    5. Defaults - Ajax: options are merged recursively with default options (2)Rerun0 ms
      1. Ajax default options are present on the merged options@ 0 ms
      2. Ajax provided options are present on the merged options@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/ajax-tests.js:3:1

    6. Defaults - Ajax: more than one default option can be changed via set() (2)Rerun0 ms
      1. Both ajax.delay and ajax.dataType present in defaults@ 0 ms
      2. Both ajax.delay and ajax.dataType present in defaults@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/ajax-tests.js:34:1

    7. Options - Attributes: no nesting (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/data-tests.js:7:1

    8. Options - Attributes: with nesting (2)Rerun1 ms
      1. okay@ 1 ms
      2. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/data-tests.js:15:1

    9. Options - Attributes: overrides initialized data (3)Rerun1 ms
      1. okay@ 1 ms
      2. okay@ 1 ms
      3. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/data-tests.js:33:1

    10. Options - Copying from element: copies disabled attribute when set (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:7:1

    11. Options - Copying from element: does not copy disabled attribute when not set (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:15:1

    12. Options - Copying from element: disabled attribute does not override disable option (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:23:1

    13. Options - Copying from element: disabled option is synchronized back (2)Rerun0 ms
      1. okay@ 0 ms
      2. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:33:1

    14. Options - Copying from element: copies multiple attribute when set (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:45:1

    15. Options - Copying from element: does not copy multiple attribute when not set (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:53:1

    16. Options - Copying from element: multiple attribute does not override multiple option (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:61:1

    17. Options - Copying from element: multiple option is synchronized back (2)Rerun0 ms
      1. okay@ 0 ms
      2. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:71:1

    18. Options - Copying from element: copies autocomplete attribute when set (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:83:1

    19. Options - Copying from element: does not copy autocomplete attribute when not set (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:97:1

    20. Options - Copying from element: autocomplete attribute does not override option (1)Rerun0 ms
      1. organization@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/element-tests.js:105:1

    21. Options - Translations: partial dictonaries are reset when default reset (1)Rerun0 ms
      1. The partial dictionary should have been reset@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:14:1

    22. Options - Translations: default language chain is English (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:27:1

    23. Options - Translations: default translation includes all of the required messages (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:38:1

    24. Options - Translations: partial dictionaries can be passed (2)Rerun1 ms
      1. The partial dictionary still overrides translations@ 1 ms
      2. You can still get English translations for keys not passed in@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:62:1

    25. Options - Translations: partial dictionaries can be combined with defaults (3)Rerun0 ms
      1. The partial dictionary still overrides translations@ 0 ms
      2. The defaults were included in the fallback chain@ 0 ms
      3. You can still get English translations for keys not passed in@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:88:1

    26. Options - Translations: partial dictionaries can used in fallback chains (3)Rerun0 ms
      1. The partial dictionary still overrides translations@ 0 ms
      2. The defaults were included in the fallback chain@ 0 ms
      3. You can still get English translations for keys not passed in@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:126:1

    27. Options - Translations: language can be set via the options (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:165:1

    28. Options - Translations: multi-part language is broken out (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:178:1

    29. Options - Translations: default language can be set (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:191:1

    30. Options - Translations: lanugage set via options adds to default chain (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:204:1

    31. Options - Translations: default language chain can be set (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:219:1

    32. Options - Translations: language can be set by lang attr (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:232:1

    33. Options - Translations: language can be inherited by lang attr (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:243:1

    34. Options - Translations: multi-part language can be inherited by lang attr (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:254:1

    35. Options - Translations: lang attr overrides default language (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:265:1

    36. Options - Translations: default language overrides inherited lang attr (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/translation-tests.js:278:1

    37. Options - Width: string passed as width (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:8:1

    38. Options - Width: width from style attribute (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:16:1

    39. Options - Width: width from style returns null if nothing is found (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:24:1

    40. Options - Width: width from computed element width (1)Rerun14 ms
      1. okay@ 14 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:32:1

    41. Options - Width: resolve gets the style if it is there (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:46:1

    42. Options - Width: resolve falls back to element if there is no style (1)Rerun4 ms
      1. okay@ 4 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:54:1

    43. Options - Width: computedstyle gets the style if parent is invisible (1)Rerun3 ms
      1. okay@ 3 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/options/width-tests.js:68:1

    44. Results - Accessibility: role of results should be a listbox (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/results/a11y-tests.js:9:1

    45. Results - Accessibility: multiple select should have aria-multiselectable (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at https://show.nstock.com.br/resources/select2/tests/results/a11y-tests.js:17:1

    46. Results - highlighting results: results:all with no data skips results:focus (0)Rerun3 ms

        Source: at https://show.nstock.com.br/resources/select2/tests/results/focusing-tests.js:3:1

      1. Results - highlighting results: results:all triggers results:focus on the first item (2)Rerun2 ms
        1. okay@ 2 ms
        2. okay@ 2 ms

        Source: at https://show.nstock.com.br/resources/select2/tests/results/focusing-tests.js:45:1

      2. Results - highlighting results: results:append does not trigger results:focus (0)Rerun2 ms

          Source: at https://show.nstock.com.br/resources/select2/tests/results/focusing-tests.js:93:1

        1. Results - highlighting results: scrollAfterSelect triggers results:focus (3)Rerun2 ms
          1. okay@ 2 ms
          2. okay@ 2 ms
          3. okay@ 2 ms

          Source: at https://show.nstock.com.br/resources/select2/tests/results/focusing-tests.js:140:1

        2. Results - highlighting results: !scrollAfterSelect does not trigger results:focus (1)Rerun2 ms
          1. okay@ 1 ms

          Source: at https://show.nstock.com.br/resources/select2/tests/results/focusing-tests.js:192:1

        3. Results - Infinite scrolling: loadingMore is triggered even without a scrollbar (1)Rerun7 ms
          1. It tried to load more immediately@ 6 ms

          Source: at https://show.nstock.com.br/resources/select2/tests/results/infiniteScroll-tests.js:3:1

        4. Results - Infinite scrolling: loadingMore is not triggered without scrolling (0)Rerun5 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/infiniteScroll-tests.js:52:1

          1. Results - option: disabled property on option is respected - enabled (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:9:1

          2. Results - option: disabled property on option is respected - disabled (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:20:1

          3. Results - option: disabled property on enabled optgroup is respected (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:31:1

          4. Results - option: disabled property on disabled optgroup is respected (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:42:1

          5. Results - option: option in disabled optgroup is disabled (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:53:1

          6. Results - option: options are not selected by default (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:65:1

          7. Results - option: options with children are given the group role (1)Rerun1 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:77:1

          8. Results - option: options with children have the aria-label set (1)Rerun1 ms
            1. okay@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:91:1

          9. Results - option: non-group options are given the option role (1)Rerun1 ms
            1. okay@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/results/option-tests.js:106:1

          10. Selection containers - Placeholders - Allow clear: clear is not displayed for single placeholder (1)Rerun1 ms
            1. The clear icon should not be displayed@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:26:1

          11. Selection containers - Placeholders - Allow clear: clear is not displayed for multiple placeholder (1)Rerun0 ms
            1. The clear icon should not be displayed@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:45:1

          12. Selection containers - Placeholders - Allow clear: clear is displayed for placeholder (1)Rerun1 ms
            1. The clear icon should be displayed@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:63:1

          13. Selection containers - Placeholders - Allow clear: clear icon should have title displayed (1)Rerun1 ms
            1. The clear icon should have title displayed@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:83:1

          14. Selection containers - Placeholders - Allow clear: clicking clear will set the placeholder value (1)Rerun2 ms
            1. The value should have been reset to the placeholder@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:103:1

          15. Selection containers - Placeholders - Allow clear: clicking clear will trigger the unselect event (4)Rerun1 ms
            1. The event should have been triggered with the data property@ 1 ms
            2. The data should be an object@ 1 ms
            3. The data should be the unselected object@ 1 ms
            4. The previous value should be unselected@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:132:1

          16. Selection containers - Placeholders - Allow clear: preventing the unselect event cancels the clearing (1)Rerun1 ms
            1. The placeholder should not have been set@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:181:1

          17. Selection containers - Placeholders - Allow clear: clicking clear will trigger the clear event (5)Rerun1 ms
            1. The event should have been triggered with the data property@ 1 ms
            2. The data should be an array@ 1 ms
            3. The data should contain one item for each value@ 1 ms
            4. The data should contain unselected objects@ 1 ms
            5. The previous value should be unselected@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:214:1

          18. Selection containers - Placeholders - Allow clear: preventing the clear event cancels the clearing (1)Rerun1 ms
            1. The placeholder should not have been set@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:269:1

          19. Selection containers - Placeholders - Allow clear: clear does not work when disabled (1)Rerun3 ms
            1. The placeholder should not have been set@ 3 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:302:1

          20. Selection containers - Placeholders - Allow clear: clear button doesnt visually break selected options (2)Rerun11 ms
            1. The height of the two different rows should be different@ 10 ms
            2. There should be two full lines of selections@ 11 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/allowClear-tests.js:333:1

          21. Selection containers - Managing focus: close sets the focus to the selection (2)Rerun4 ms
            1. The selection had focus originally@ 1 ms
            2. After close, focus must be set to selection@ 4 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/focusing-tests.js:10:1

          22. Selection containers - Multiple: display uses templateSelection (2)Rerun0 ms
            1. okay@ 0 ms
            2. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:11:1

          23. Selection containers - Multiple: templateSelection can addClass (3)Rerun1 ms
            1. okay@ 0 ms
            2. okay@ 0 ms
            3. okay@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:36:1

          24. Selection containers - Multiple: empty update clears the selection (1)Rerun1 ms
            1. There should have been nothing rendered@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:65:1

          25. Selection containers - Multiple: empty update clears the selection title (1)Rerun1 ms
            1. The title should be removed if nothing is rendered@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:85:1

          26. Selection containers - Multiple: update sets the title to the data text (1)Rerun1 ms
            1. The title should have been set to the text@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:104:1

          27. Selection containers - Multiple: update sets the title to the data title (1)Rerun1 ms
            1. The title should have taken precedence over the text@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:125:1

          28. Selection containers - Multiple: update should clear title for placeholder options (1)Rerun1 ms
            1. The title should be removed if a placeholder is rendered@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:147:1

          29. Selection containers - Multiple: update should clear title for options without text (1)Rerun0 ms
            1. The title should be removed if there is no text or title property@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:169:1

          30. Selection containers - Multiple: escapeMarkup is being used (1)Rerun0 ms
            1. The text should be escaped by default to prevent injection@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:190:1

          31. Selection containers - Multiple: clear button respects the disabled state (2)Rerun1 ms
            1. There should only be one selection@ 1 ms
            2. The remove icon is displayed for the selection@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/multiple-tests.js:212:1

          32. Selection containers - Placeholders: normalizing placeholder ignores objects (1)Rerun0 ms
            1. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/placeholder-tests.js:19:1

          33. Selection containers - Placeholders: normalizing placeholder gives object for string (2)Rerun0 ms
            1. okay@ 0 ms
            2. okay@ 0 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/placeholder-tests.js:35:1

          34. Selection containers - Placeholders: text is shown for placeholder option on single (1)Rerun1 ms
            1. okay@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/placeholder-tests.js:48:1

          35. Selection containers - Placeholders: placeholder is shown when no options are selected (1)Rerun1 ms
            1. okay@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/placeholder-tests.js:63:1

          36. Selection containers - Inline search: backspace will remove a choice (3)Rerun3 ms
            1. The search was visible@ 2 ms
            2. The choice was rendered@ 2 ms
            3. A choice was unselected@ 2 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:12:1

          37. Selection containers - Inline search: backspace will set the search text (3)Rerun2 ms
            1. The search was visible@ 1 ms
            2. The choice was rendered@ 1 ms
            3. The search text was set@ 2 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:54:1

          38. Selection containers - Inline search: updating selection does not shift the focus (4)Rerun8 ms
            1. The search was not visible@ 8 ms
            2. The search did not have focus originally@ 8 ms
            3. The search box disappeared@ 8 ms
            4. The search did not have focus after the selection was updated@ 8 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:93:1

          39. Selection containers - Inline search: the focus event shifts the focus (4)Rerun4 ms
            1. The search had focus originally@ 1 ms
            2. The search was not visible@ 1 ms
            3. The search box disappeared@ 4 ms
            4. The search did not have focus originally@ 4 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:141:1

          40. Selection containers - Inline search: search box without text should propagate click (1)Rerun2 ms
            1. The click event should not have been trapped@ 1 ms

            Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:193:1

          41. Selection containers - Inline search: search box with text should not propagate click (0)Rerun1 ms

              Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:221:1

            1. Selection containers - Inline search: search box with text should not close dropdown (0)Rerun1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:250:1

              1. Selection containers - Inline search: search box defaults autocomplete to off (1)Rerun1 ms
                1. The search box has autocomplete disabled@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:279:1

              2. Selection containers - Inline search: search box sets autocomplete from options (1)Rerun1 ms
                1. The search box sets the right autocomplete attribute@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-tests.js:299:1

              3. Selection containers - Inline search - Accessibility: role attribute is set to searchbox (1)Rerun1 ms
                1. The search box is marked as a search box@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:12:1

              4. Selection containers - Inline search - Accessibility: aria-autocomplete attribute is present (1)Rerun1 ms
                1. The search box is marked as autocomplete@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:32:1

              5. Selection containers - Inline search - Accessibility: aria-activedescendant should not be set initiailly (1)Rerun1 ms
                1. The search box should not point to anything when it is first rendered@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:52:1

              6. Selection containers - Inline search - Accessibility: aria-activedescendant should be set after highlight (1)Rerun1 ms
                1. The search is pointing to the focused result@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:73:1

              7. Selection containers - Inline search - Accessibility: activedescendant should remove if there is no ID (1)Rerun1 ms
                1. There is no result for the search to be pointing to@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:101:1

              8. Selection containers - Inline search - Accessibility: aria-activedescendant should be removed when closed (1)Rerun1 ms
                1. There is no active descendant when the dropdown is closed@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:127:1

              9. Selection containers - Inline search - Accessibility: aria-controls should not be set initiailly (1)Rerun1 ms
                1. The search box should not point to the results when it is first rendered@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:151:1

              10. Selection containers - Inline search - Accessibility: aria-controls should be set when opened (1)Rerun1 ms
                1. The search should point to the results when it is opened@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:172:1

              11. Selection containers - Inline search - Accessibility: aria-controls should be removed when closed (1)Rerun1 ms
                1. There are no results for the search box to point to when it is closed@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-a11y-tests.js:195:1

              12. Selection containers - Inline search - Placeholder: width does not extend the search box (2)Rerun7 ms
                1. The search should be the entire width of the container@ 6 ms
                2. The container should be the width assigned to the parent in CSS@ 7 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/search-placeholder-tests.js:16:1

              13. Dropdown - selectionCssClass: all classes will be copied if :all: is used (4)Rerun1 ms
                1. okay@ 1 ms
                2. okay@ 1 ms
                3. okay@ 1 ms
                4. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/selectionCss-tests.js:13:1

              14. Dropdown - selectionCssClass: :all: can be used with other classes (5)Rerun1 ms
                1. okay@ 0 ms
                2. okay@ 1 ms
                3. okay@ 1 ms
                4. okay@ 1 ms
                5. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/selectionCss-tests.js:28:1

              15. Dropdown - selectionCssClass: classes can be passed in as a string (2)Rerun1 ms
                1. okay@ 1 ms
                2. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/selectionCss-tests.js:44:1

              16. Selection containers - Single: display uses templateSelection (2)Rerun1 ms
                1. okay@ 1 ms
                2. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:11:1

              17. Selection containers - Single: templateSelection can addClass (3)Rerun1 ms
                1. okay@ 1 ms
                2. okay@ 1 ms
                3. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:36:1

              18. Selection containers - Single: empty update clears the selection (1)Rerun0 ms
                1. There should have been nothing rendered@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:65:1

              19. Selection containers - Single: empty update clears the selection title (1)Rerun1 ms
                1. The title should be removed if nothing is rendered@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:85:1

              20. Selection containers - Single: update renders the data text (1)Rerun1 ms
                1. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:105:1

              21. Selection containers - Single: update sets the title to the data text (1)Rerun1 ms
                1. The title should have been set to the text@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:121:1

              22. Selection containers - Single: update sets the title to the data title (1)Rerun0 ms
                1. The title should have taken precedence over the text@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:141:1

              23. Selection containers - Single: update should clear title for placeholder options (1)Rerun0 ms
                1. The title should be removed if a placeholder is rendered@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:162:1

              24. Selection containers - Single: update should clear title for options without text (1)Rerun0 ms
                1. The title should be removed if there is no text or title property@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:185:1

              25. Selection containers - Single: escapeMarkup is being used (1)Rerun0 ms
                1. The text should be escaped by default to prevent injection@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/single-tests.js:207:1

              26. Selection containers - Stoping event propagation: click event does not propagate (1)Rerun1 ms
                1. Something went wrong if this failed@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/selection/stopPropagation-tests.js:14:1

              27. Selection containers - Open On Key Down: enabled element will open on ENTER (4)Rerun15 ms
                1. The instance should not be open@ 8 ms
                2. okay@ 8 ms
                3. The event's key code (.which) should be set@ 8 ms
                4. The element should be open@ 14 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:106:1

              28. Selection containers - Open On Key Down: enabled element will open on SPACE (4)Rerun9 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should be open@ 9 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:111:1

              29. Selection containers - Open On Key Down: enabled element will open on ALT+DOWN (4)Rerun9 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should be open@ 9 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:116:1

              30. Selection containers - Open On Key Down: enabled element will not open on UP (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:125:1

              31. Selection containers - Open On Key Down: enabled element will not open on DOWN (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:130:1

              32. Selection containers - Open On Key Down: enabled element will not open on LEFT (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:135:1

              33. Selection containers - Open On Key Down: enabled element will not open on RIGHT (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testEnabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:68:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:140:1

              34. Selection containers - Open On Key Down: disabled element will not open on ENTER (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:150:1

              35. Selection containers - Open On Key Down: disabled element will not open on SPACE (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:155:1

              36. Selection containers - Open On Key Down: disabled element will not open on ALT+DOWN (4)Rerun6 ms
                1. The instance should not be open@ 6 ms
                2. okay@ 6 ms
                3. The event's key code (.which) should be set@ 6 ms
                4. The element should not be open@ 6 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:160:1

              37. Selection containers - Open On Key Down: disabled element will not open on UP (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:169:1

              38. Selection containers - Open On Key Down: disabled element will not open on DOWN (4)Rerun5 ms
                1. The instance should not be open@ 5 ms
                2. okay@ 5 ms
                3. The event's key code (.which) should be set@ 5 ms
                4. The element should not be open@ 5 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:174:1

              39. Selection containers - Open On Key Down: disabled element will not open on LEFT (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:179:1

              40. Selection containers - Open On Key Down: disabled element will not open on RIGHT (4)Rerun4 ms
                1. The instance should not be open@ 4 ms
                2. okay@ 4 ms
                3. The event's key code (.which) should be set@ 4 ms
                4. The element should not be open@ 4 ms

                Source: at testAbled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:38:3) at testDisabled (https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:76:3) at https://show.nstock.com.br/resources/select2/tests/selection/openOnKeyDown-tests.js:184:1

              41. Utils - GetUniqueElementId: Adds a prefix to the existing ID if one exists (2)Rerun0 ms
                1. okay@ 0 ms
                2. okay@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/utils/data-tests.js:6:1

              42. Utils - GetUniqueElementId: Generated random ID is not a number (1)Rerun1 ms
                1. okay@ 1 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/utils/data-tests.js:15:1

              43. Utils - RemoveData: The data-select2-id attribute is removed (1)Rerun0 ms
                1. The internal attribute was not removed when the data was cleared@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/utils/data-tests.js:25:1

              44. Utils - RemoveData: The internal cache for the element is cleared (1)Rerun0 ms
                1. The cache should now be empty@ 0 ms

                Source: at https://show.nstock.com.br/resources/select2/tests/utils/data-tests.js:37:1

              45. Utils - RemoveData: Calling it on an element without data works (0)Rerun0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/data-tests.js:49:1

                1. Decorators: overridden - method (1)Rerun0 ms
                  1. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:5:1

                2. Decorators: overridden - constructor (2)Rerun0 ms
                  1. okay@ 0 ms
                  2. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:25:1

                3. Decorators: not overridden - method (1)Rerun1 ms
                  1. okay@ 1 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:50:1

                4. Decorators: not overridden - constructor (1)Rerun0 ms
                  1. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:70:1

                5. Decorators: inherited - method (1)Rerun0 ms
                  1. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:92:1

                6. Decorators: inherited - constructor (2)Rerun0 ms
                  1. okay@ 0 ms
                  2. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:112:1

                7. Decorators: inherited - three levels (7)Rerun0 ms
                  1. The base class contructor was called@ 0 ms
                  2. The middle class constructor was called@ 0 ms
                  3. The decorator constructor was called@ 0 ms
                  4. okay@ 0 ms
                  5. okay@ 0 ms
                  6. okay@ 0 ms
                  7. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/decorator-tests.js:139:1

                8. Utils - escapeMarkup: text passes through (1)Rerun0 ms
                  1. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/escapeMarkup-tests.js:5:1

                9. Utils - escapeMarkup: html tags are escaped (2)Rerun1 ms
                  1. okay@ 1 ms
                  2. okay@ 1 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/escapeMarkup-tests.js:12:1

                10. Utils - escapeMarkup: quotes are killed as well (3)Rerun0 ms
                  1. okay@ 0 ms
                  2. okay@ 0 ms
                  3. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/escapeMarkup-tests.js:20:1

                11. Utils - escapeMarkup: DocumentFragment options pass through (1)Rerun0 ms
                  1. okay@ 0 ms

                  Source: at https://show.nstock.com.br/resources/select2/tests/utils/escapeMarkup-tests.js:29:1

                • one
                • two
                • one
                • two
                • one
                • two