diff --git a/tests/dummy/app/index.html b/tests/dummy/app/index.html
index c9b43270..c9aff263 100644
--- a/tests/dummy/app/index.html
+++ b/tests/dummy/app/index.html
@@ -3,22 +3,22 @@
- Dummy
+ RouterScrollDemo
{{content-for "head"}}
-
-
+
+
{{content-for "head-footer"}}
{{content-for "body"}}
-
-
+
+
{{content-for "body-footer"}}
diff --git a/tests/dummy/app/router.js b/tests/dummy/app/router.js
index c5682b31..40796397 100644
--- a/tests/dummy/app/router.js
+++ b/tests/dummy/app/router.js
@@ -2,7 +2,8 @@ import EmberRouter from '@ember/routing/router';
import config from './config/environment';
const Router = EmberRouter.extend({
- location: config.locationType
+ location: config.locationType,
+ rootURL: config.rootURL
});
Router.map(function() {
diff --git a/tests/dummy/config/environment.js b/tests/dummy/config/environment.js
index 63e72459..7c5d7f59 100644
--- a/tests/dummy/config/environment.js
+++ b/tests/dummy/config/environment.js
@@ -4,7 +4,7 @@ module.exports = function(environment) {
var ENV = {
modulePrefix: 'dummy',
environment: environment,
- baseURL: '/',
+ rootURL: '/',
locationType: 'auto',
EmberENV: {
FEATURES: {
@@ -29,7 +29,7 @@ module.exports = function(environment) {
if (environment === 'test') {
// Testem prefers this...
- ENV.baseURL = '/';
+ ENV.rootURL = '/';
ENV.locationType = 'none';
// keep test console output quieter
diff --git a/tests/index.html b/tests/index.html
index c50a55d3..d94df097 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -10,9 +10,9 @@
{{content-for "head"}}
{{content-for "test-head"}}
-
-
-
+
+
+
{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
@@ -22,8 +22,8 @@
{{content-for "test-body"}}
-
-
+
+