Reorganized some of the animation tests to work with the new hide/show changes.
[jquery.git] / test / unit / fx.js
index db6210e..573474b 100644 (file)
@@ -184,7 +184,7 @@ test("stop(clearQueue, gotoEnd)", function() {
 
 test("toggle()", function() {
        expect(6);
-       var x = jQuery("#foo");
+       var x = jQuery("#nothiddendiv");
        ok( x.is(":visible"), "is visible" );
        x.toggle();
        ok( x.is(":hidden"), "is hidden" );