Skip to content

Commit da84cb6

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. (cherry-picked from 995f707)
1 parent 764f364 commit da84cb6

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
@@ -25,7 +25,7 @@ module("effects", {
2525

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

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

0 commit comments

Comments
 (0)