Bootstrap Plugin Test Suite

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

Running:
carousel: should fire slid event with relatedTarget

  1. alert plugin: should be defined on jquery object (1)Rerun5 ms
    1. alert method is defined
  2. alert: should provide no conflict (1)Rerun1 ms
    1. alert was set back to undefined (org value)
  3. alert: should return jquery collection containing the element (2)Rerun1 ms
    1. returns jquery collection
    2. collection contains element
  4. alert: should fade element out on clicking .close (1)Rerun5 ms
    1. remove .in class on .close click
  5. alert: should remove element when clicking .close (2)Rerun4 ms
    1. element added to dom
    2. element removed from dom
  6. alert: should not fire closed when close is prevented (1)Rerun14 ms
    1. close event fired
  7. button plugin: should be defined on jquery object (1)Rerun1 ms
    1. button method is defined
  8. button: should provide no conflict (1)Rerun0 ms
    1. button was set back to undefined (org value)
  9. button: should return jquery collection containing the element (2)Rerun1 ms
    1. returns jquery collection
    2. collection contains element
  10. button: should return set state to loading (4)Rerun16 ms
    1. btn text equals mdo
    2. btn text equals fat
    3. btn is disabled
    4. btn has disabled class
  11. button: should return reset state (7)Rerun19 ms
    1. btn text equals mdo
    2. btn text equals fat
    3. btn is disabled
    4. btn has disabled class
    5. btn text equals mdo
    6. btn is not disabled
    7. btn does not have disabled class
  12. button: should work with an empty string as reset state (7)Rerun20 ms
    1. btn text equals ""
    2. btn text equals fat
    3. btn is disabled
    4. btn has disabled class
    5. btn text equals ""
    6. btn is not disabled
    7. btn does not have disabled class
  13. button: should toggle active (2)Rerun2 ms
    1. btn does not have active class
    2. btn has class active
  14. button: should toggle active when btn children are clicked (2)Rerun2 ms
    1. btn does not have active class
    2. btn has class active
  15. button: should toggle aria-pressed (2)Rerun1 ms
    1. btn aria-pressed state is false
    2. btn aria-pressed state is true
  16. button: should toggle aria-pressed when btn children are clicked (2)Rerun2 ms
    1. btn aria-pressed state is false
    2. btn aria-pressed state is true
  17. button: should toggle active when btn children are clicked within btn-group (2)Rerun2 ms
    1. btn does not have active class
    2. btn has class active
  18. button: should check for closest matching toggle (12)Rerun2 ms
    1. btn1 has active class
    2. btn1 is checked
    3. btn2 does not have active class
    4. btn2 is not checked
    5. btn1 does not have active class
    6. btn1 is checked
    7. btn2 has active class
    8. btn2 is checked
    9. btn1 does not have active class
    10. btn1 is checked
    11. btn2 has active class
    12. btn2 is checked
  19. carousel plugin: should be defined on jQuery object (1)Rerun1 ms
    1. carousel method is defined
  20. carousel: should provide no conflict (1)Rerun1 ms
    1. carousel was set back to undefined (orig value)
  21. carousel: should return jquery collection containing the element (2)Rerun2 ms
    1. returns jquery collection
    2. collection contains element
  22. carousel: should not fire slid when slide is prevented (1)Rerun2 ms
    1. slide event fired
  23. carousel: should reset when slide is prevented (6)Rerun27 ms
    1. first item still active
    2. first indicator still active
    3. first item still active
    4. first indicator still active
    5. second item active
    6. second indicator active
  24. carousel: should fire slide event with direction (4)Rerun15 ms
    1. direction present on next
    2. direction is left on next
    3. direction present on prev
    4. direction is right on prev
  25. carousel: should fire slid event with direction (4)Rerun16 ms
    1. direction present on next
    2. direction is left on next
    3. direction present on prev
    4. direction is right on prev
  26. carousel: should fire slide event with relatedTarget (2)Rerun15 ms
    1. relatedTarget present
    2. relatedTarget has class "item"
  27. carousel: should fire slid event with relatedTargetRerun
    1. relatedTarget present
    2. relatedTarget has class "item"