Bootstrap Plugin Test Suite

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

Running:
alert: should not fire closed when close is prevented

  1. alert plugin: should be defined on jquery object (1)Rerun22 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)Rerun6 ms
    1. remove .in class on .close click
  5. alert: should remove element when clicking .close (2)Rerun5 ms
    1. element added to dom
    2. element removed from dom
  6. alert: should not fire closed when close is preventedRerun
    1. close event fired