Skip to content

Commit 4a4d049

Browse files
committed
Made the div showing a little more explicit - making sure that it doesn't affect the fx tests.
1 parent f20c974 commit 4a4d049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ test("prev([String])", function() {
15231523

15241524
test("show()", function() {
15251525
expect(15);
1526-
var pass = true, div = jQuery("div");
1526+
var pass = true, div = jQuery("#main div");
15271527
div.show().each(function(){
15281528
if ( this.style.display == "none" ) pass = false;
15291529
});

0 commit comments

Comments
 (0)