diff --git a/tests/BaseTypes/Element.html b/tests/BaseTypes/Element.html
index 15a462d60c..87ed8e1109 100644
--- a/tests/BaseTypes/Element.html
+++ b/tests/BaseTypes/Element.html
@@ -114,7 +114,7 @@
t.plan(4);
//shown
- t.open_window( "BaseTypes/test_Element.html", function( wnd ) {
+ t.open_window( "BaseTypes/Element.html", function( wnd ) {
t.delay_call( 0.5, function() {
var elem = wnd.document.getElementById("elemID");