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 995f70777a)
This commit is contained in:
Michał Gołębiowski 2014-07-28 18:46:31 +02:00
parent 764f3643a3
commit da84cb6b7a

View File

@ -25,7 +25,7 @@ module("effects", {
test("sanity check", function() {
expect(1);
ok( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length === 3, "QUnit state is correct for testing effects" );
equal( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length, 2, "QUnit state is correct for testing effects" );
});
test("show() basic", 2, function() {