Bootstrap Plugin Test Suite

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

Running:
button: should return set state to loading

  1. alert plugin: should be defined on jquery object (1)Rerun3 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)Rerun2 ms
    1. returns jquery collection
    2. collection contains element
  4. alert: should fade element out on clicking .close (1)Rerun3 ms
    1. remove .in class on .close click
  5. alert: should remove element when clicking .close (2)Rerun3 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)Rerun1 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 loadingRerun
    1. btn text equals mdo
    2. btn text equals fat
    3. btn is disabled
    4. btn has disabled class