aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/offset.js')
-rw-r--r--test/unit/offset.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/offset.js b/test/unit/offset.js
index cafc4eb16..602f5e6ae 100644
--- a/test/unit/offset.js
+++ b/test/unit/offset.js
@@ -305,7 +305,7 @@ test("offsetParent", function(){
equals( body.length, 1, "Only one offsetParent found." );
equals( body[0], document.body, "The body is its own offsetParent." );
- var header = jQuery("#header").offsetParent();
+ var header = jQuery("#qunit-header").offsetParent();
equals( header.length, 1, "Only one offsetParent found." );
equals( header[0], document.body, "The body is the offsetParent." );