Skip to content

Commit

Permalink
Css: Fix the "sanity check" test
Browse files Browse the repository at this point in the history
The #dl element has 0 height so it's now considered hidden regardless
of its width.
  • Loading branch information
mgol committed Jul 28, 2014
1 parent 10399dd commit 995f707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/effects.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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() {
Expand Down

0 comments on commit 995f707

Please sign in to comment.