Skip to content

Commit 995f707

Browse files
committed
Css: Fix the "sanity check" test
The #dl element has 0 height so it's now considered hidden regardless of its width.
1 parent 10399dd commit 995f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/effects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module("effects", {
2727

2828
test("sanity check", function() {
2929
expect(1);
30-
ok( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length === 3, "QUnit state is correct for testing effects" );
30+
equal( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length, 2, "QUnit state is correct for testing effects" );
3131
});
3232

3333
test("show() basic", 2, function() {

0 commit comments

Comments
 (0)