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

Tests completed in 259 milliseconds.
343 assertions of 345 passed, 2 failed.

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/a11y/selection-tests.js:25:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/a11y/selection-tests.js:101:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/a11y/selection-tests.js:136:1

  7. Accessibility - Search: aria-autocomplete attribute is present (1)Rerun2 ms
    1. The search box is marked as autocomplete@ 2 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/a11y/search-tests.js:12:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/a11y/search-tests.js:29:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:58:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:80:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:94:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:124:1

  13. 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@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:157:1

  14. Data adapters - Array: multiple sets the value (2)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:180:1

  15. Data adapters - Array: multiple adds to the old value (2)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:195:1

  16. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:212: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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:224: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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:254: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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:272:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/array-tests.js:292:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/base-tests.js:9:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/base-tests.js:20:1

  23. Data adapters - <input> compatibility: test that options can be selected (1)Rerun1 ms
    1. The id of the item should be the value@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/inputData-tests.js:13:1

  24. Data adapters - <input> compatibility: unselect the single selected option clears the value (1)Rerun1 ms
    1. The id should no longer be in the value@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/inputData-tests.js:37:1

  25. Data adapters - <input> compatibility: options can be unselected individually (1)Rerun1 ms
    1. The value should contain all the still selected options@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/inputData-tests.js:62:1

  26. Data adapters - <input> compatibility: default values can be set (4)Rerun1 ms
    1. There should only be a single selected option@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms
    4. The value should not have been altered@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/inputData-tests.js:95:1

  27. Data adapters - <input> compatibility: no default value (2)Rerun1 ms
    1. There should be no selected options@ 1 ms
    2. The value should not have been altered@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/inputData-tests.js:130:1

  28. Data adapters - Select - current: current gets default for single (3)Rerun1 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@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:8:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:36:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:50:1

  31. Data adapters - Select - current: current gets options with implicit value (3)Rerun0 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:83:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:113:1

  33. Data adapters - Select - current: multiple sets the value (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:128:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:143:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:160:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:198:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:236:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:274:1

  39. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:314:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:328:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:344:1

  42. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:360:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:376:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:389:1

  45. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:417:1

  46. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/select-tests.js:446:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:15:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:41:1

  49. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:67:1

  50. Data adapters - Tags: creates tag at beginning (3)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:82:1

  51. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:97:1

  52. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:112:1

  53. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:131:1

  54. Data adapters - Tags: insertTag controls the tag location (3)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:160:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:179:1

  56. Data adapters - Tags: createTag controls the tag object (3)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:199:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:221:1

  58. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tags-tests.js:235:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tokenizer-tests.js:3:1

  60. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tokenizer-tests.js:45:1

  61. Data adaptor - Tokenizer: createTag returning null does not cut the term (4)Rerun1 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@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tokenizer-tests.js:94:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/tokenizer-tests.js:173:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:18:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:44:1

  65. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:70:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:88:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:106:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumInputLength-tests.js:124:1

  69. Data adapters - Maximum selection length: 0 never displays the notice (3)Rerun1 ms
    1. okay@ 0 ms
    2. okay@ 0 ms
    3. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumSelectionLength-tests.js:31:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumSelectionLength-tests.js:78:1

  71. Data adapters - Maximum selection length: triggers when >= 1 selection (3)Rerun0 ms
    1. okay@ 0 ms
    2. The event should be triggered.@ 0 ms
    3. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumSelectionLength-tests.js:125:1

  72. Data adapters - Maximum selection length: triggers when >= 2 selections (4)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. The event should be triggered.@ 1 ms
    4. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/maximumSelectionLength-tests.js:157:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:18:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:44:1

  75. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:70:1

  76. Data adapters - Minimum input length: does not trigger when equal (1)Rerun1 ms
    1. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:88:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:106:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/data/minimumInputLength-tests.js:124:1

  79. Dropdown - dropdownCssClass compatibility: 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:13:1

  80. Dropdown - dropdownCssClass compatibility: :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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:28:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:44:1

  82. Dropdown - dropdownCssClass compatibility: a function can be used based on the element (2)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:56:1

  83. Dropdown - dropdownCssClass compatibility: :all: works around custom adapters (3)Rerun1 ms
    1. okay@ 1 ms
    2. okay@ 1 ms
    3. okay@ 1 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:71:1

  84. Dropdown - adaptDropdownCss compatibility: only return when adapted (2)Rerun0 ms
    1. okay@ 0 ms
    2. okay@ 0 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/dropdownCss-tests.js:91:1

  85. Dropdown - attachBody - positioning: appends to the dropdown parent (4)Rerun42 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@ 42 ms
    4. The dropdown should be contained within the parent container@ 42 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/positioning-tests.js:3:1

  86. Dropdown - attachBody - positioning: dropdown is positioned down with static margins (2, 2, 4)Rerun8 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> (http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/positioning-tests.js:103:12)
    3. The offset should be 5px at the top@ 6 ms
      Expected:
      24
      Result:
      "11"
      Diff:
      24"11"
      Source:
          at Object.<anonymous> (http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/positioning-tests.js:108:12)
    4. The offset should be 10px on the left@ 8 ms

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/positioning-tests.js:61:1

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

    Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/positioning-tests.js:121:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/dropdown/selectOnClose-tests.js:37:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/ajax-tests.js:3:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/data-tests.js:7:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/data-tests.js:15:1

    8. Options - Attributes: overrides initialized data (3)Rerun0 ms
      1. okay@ 0 ms
      2. okay@ 0 ms
      3. okay@ 0 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/data-tests.js:33:1

    9. Options - Deprecated - initSelection: converted into dataAdapter.current (5)Rerun0 ms
      1. initSelection should not have been called@ 0 ms
      2. There should have only been one object selected@ 0 ms
      3. The id should have been set by initSelection@ 0 ms
      4. The text should have been set by initSelection@ 0 ms
      5. initSelection should have been called@ 0 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:6:1

    10. Options - Deprecated - initSelection: single option converted to array automatically (2)Rerun0 ms
      1. The data should have been converted to an array@ 0 ms
      2. initSelection should have been called@ 0 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:53:1

    11. Options - Deprecated - initSelection: only called once (8)Rerun1 ms
      1. There should have only been a single option@ 0 ms
      2. The id should match the one given by initSelection@ 0 ms
      3. The text should match the one given by initSelection@ 0 ms
      4. initSelection should have been called@ 0 ms
      5. There should have only been a single option@ 1 ms
      6. The id should match the value given in the DOM@ 1 ms
      7. The text should match the text given in the DOM@ 1 ms
      8. initSelection should have only been called once@ 1 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:83:1

    12. Options - Deprecated - query: converted into dataAdapter.query automatically (6)Rerun1 ms
      1. The query option should not have been called@ 0 ms
      2. It should have included the results key@ 1 ms
      3. There should have only been a single result returned@ 1 ms
      4. The id should have been returned from the query function@ 1 ms
      5. The text should have matched the term that was passed in@ 1 ms
      6. The query function should have been called@ 1 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:162:1

    13. Options - deprecated - data-ajax-url: converted ajax-url to ajax--url automatically (2)Rerun1 ms
      1. The `ajax` key was automatically created@ 1 ms
      2. The `url` property for the `ajax` option was filled in correctly@ 1 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:222:1

    14. Options - deprecated - data-ajax-url: converted select2-tags to data/tags automatically (2)Rerun1 ms
      1. The `tags` key is automatically set to true@ 1 ms
      2. The `data` key is created with the original data@ 1 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/deprecated-tests.js:237:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/translation-tests.js:6:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:8:1

    17. Options - Width: width from style attribute (1)Rerun1 ms
      1. okay@ 1 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:16:1

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

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:24:1

    19. Options - Width: width from computed element width (1)Rerun8 ms
      1. okay@ 8 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:32:1

    20. Options - Width: resolve gets the style if it is there (1)Rerun0 ms
      1. okay@ 0 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:46:1

    21. Options - Width: resolve falls back to element if there is no style (1)Rerun3 ms
      1. okay@ 3 ms

      Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/options/width-tests.js:54:1

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

        Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/results/focusing-tests.js:45:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/results/focusing-tests.js:93:1

        1. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:25:1

        2. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:44:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:62:1

        4. 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@ 2 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:82:1

        5. Selection containers - Placeholders - Allow clear: clicking clear will trigger the unselect event (3)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 previous object should be unselected@ 1 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:111:1

        6. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:156:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/allowClear-tests.js:189:1

        8. Dropdown - containerCssClass compatibility: 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:13:1

        9. Dropdown - containerCssClass compatibility: :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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:28:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:44:1

        11. Dropdown - containerCssClass compatibility: a function can be used based on the element (2)Rerun0 ms
          1. okay@ 0 ms
          2. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:56:1

        12. Dropdown - containerCssClass compatibility: :all: works around custom adapters (3)Rerun1 ms
          1. okay@ 1 ms
          2. okay@ 1 ms
          3. okay@ 1 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:71:1

        13. Selection - adaptContainerCss compatibility: only return when adapted (2)Rerun1 ms
          1. okay@ 1 ms
          2. okay@ 1 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/containerCss-tests.js:91:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/multiple-tests.js:11:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/multiple-tests.js:36:1

        16. Selection containers - Multiple: empty update clears the selection (1)Rerun0 ms
          1. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/multiple-tests.js:65:1

        17. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/multiple-tests.js:81:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/multiple-tests.js:103:1

        19. Selection containers - Placeholders: normalizing placeholder ignores objects (1)Rerun1 ms
          1. okay@ 1 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/placeholder-tests.js:19:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/placeholder-tests.js:35:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/placeholder-tests.js:48:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/placeholder-tests.js:63:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/search-tests.js:12:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/search-tests.js:54:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/search-tests.js:93:1

        26. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/search-tests.js:141:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/single-tests.js:11:1

        28. Selection containers - Single: templateSelection can addClass (3)Rerun0 ms
          1. okay@ 0 ms
          2. okay@ 0 ms
          3. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/single-tests.js:36:1

        29. Selection containers - Single: empty update clears the selection (1)Rerun0 ms
          1. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/single-tests.js:65:1

        30. Selection containers - Single: update renders the data text (1)Rerun0 ms
          1. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/single-tests.js:81:1

        31. 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 http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/single-tests.js:97:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/selection/stopPropagation-tests.js:14:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:5:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:25:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:50:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:70:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:92:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:112:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/decorator-tests.js:139:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/escapeMarkup-tests.js:5:1

        41. Utils - escapeMarkup: html tags are escaped (2)Rerun0 ms
          1. okay@ 0 ms
          2. okay@ 0 ms

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/escapeMarkup-tests.js:12:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/escapeMarkup-tests.js:20:1

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

          Source: at http://templates.wfonline.com.br/admin/doodle/rtl-light/vendors/bower_components/select2/tests/utils/escapeMarkup-tests.js:29:1