diff --git a/scenario/application-account.html b/scenario/application-account.html
deleted file mode 100644
index 81176df7..00000000
--- a/scenario/application-account.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-account page goes here!
-
-
-
-
diff --git a/scenario/application.html b/scenario/application.html
deleted file mode 100644
index 5d5bb809..00000000
--- a/scenario/application.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
- [ login
- | account
- ]
-
-
- login screen
-
-
-
-
- (( input name ))
-
- $location={{$location}}
-
-
diff --git a/scenario/browser.html b/scenario/browser.html
deleted file mode 100644
index eac43692..00000000
--- a/scenario/browser.html
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
- Should mark input field red and create hover
-
-
- Should reflect changes in URL
- $location={{$location}}
- hash:
- hashPath:
- hashSearch:
-
- Should reflect changes in Cookie
- $cookies={{$cookies}}
- $cookies:
-
-
-
diff --git a/scenario/datastore-scenarios.js b/scenario/datastore-scenarios.js
deleted file mode 100644
index a844ac53..00000000
--- a/scenario/datastore-scenarios.js
+++ /dev/null
@@ -1,19 +0,0 @@
-angular.scenarioDef.datastore = {
- $before:[
- {Given:"dataset",
- dataset:{
- Book:[{$id:'moby', name:"Moby Dick"},
- {$id:'gadsby', name:'Great Gadsby'}]
- }
- },
- {Given:"browser", at:"datastore.html#book=moby"},
- ],
- checkLoadBook:[
- {Then:"drainRequestQueue"},
-
- {Then:"text", at:"{{book.$id}}", should_be:"moby"},
- {Then:"text", at:"li[$index=0] {{book.name}}", should_be:"Great Gahdsby"},
- {Then:"text", at:"li[$index=0] {{book.name}}", should_be:"Moby Dick"},
-
- ]
-};
diff --git a/scenario/datastore.html b/scenario/datastore.html
deleted file mode 100644
index 1720b3bc..00000000
--- a/scenario/datastore.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
- {{book.$id}}
-
- {{book.name}}
-
-
-
diff --git a/scenario/location.html b/scenario/location.html
deleted file mode 100644
index 75041615..00000000
--- a/scenario/location.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
- $location={{$location}}
- Hash Search:
-
-
- href:
- hash:
- hashPath:
- hashSearch:
-
-
diff --git a/scenario/perf.html b/scenario/perf.html
deleted file mode 100644
index 94af8b69..00000000
--- a/scenario/perf.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/scenario/Runner-compiled.html b/test/scenario/e2e/Runner-compiled.html
similarity index 75%
rename from scenario/Runner-compiled.html
rename to test/scenario/e2e/Runner-compiled.html
index 78cd7e57..c3a55f4d 100644
--- a/scenario/Runner-compiled.html
+++ b/test/scenario/e2e/Runner-compiled.html
@@ -1,7 +1,7 @@
-
+
diff --git a/scenario/Runner.html b/test/scenario/e2e/Runner.html
similarity index 73%
rename from scenario/Runner.html
rename to test/scenario/e2e/Runner.html
index fa3ccf23..387973db 100644
--- a/scenario/Runner.html
+++ b/test/scenario/e2e/Runner.html
@@ -1,7 +1,7 @@
-
+
diff --git a/scenario/style.css b/test/scenario/e2e/style.css
similarity index 98%
rename from scenario/style.css
rename to test/scenario/e2e/style.css
index 43690e2c..26540bec 100644
--- a/scenario/style.css
+++ b/test/scenario/e2e/style.css
@@ -8,4 +8,4 @@ tr {
.redbox {
background-color: red;
-}
\ No newline at end of file
+}
diff --git a/scenario/widgets-scenario.js b/test/scenario/e2e/widgets-scenario.js
similarity index 93%
rename from scenario/widgets-scenario.js
rename to test/scenario/e2e/widgets-scenario.js
index f5b923c3..e0a98224 100644
--- a/scenario/widgets-scenario.js
+++ b/test/scenario/e2e/widgets-scenario.js
@@ -46,10 +46,6 @@ describe('widgets', function() {
element('input[type="image"]', 'form image').click();
expect(binding('button').fromJson()).toEqual({'count': 4});
- element('#navigate a', "'Go to #route' link").click();
- expect(binding('$location.hash')).toEqual('route');
- expect(browser().location().hash()).toEqual('route');
-
/**
* Custom value parser for futures.
*/
diff --git a/scenario/widgets.html b/test/scenario/e2e/widgets.html
similarity index 93%
rename from scenario/widgets.html
rename to test/scenario/e2e/widgets.html
index adf2fa27..e19a33f4 100644
--- a/scenario/widgets.html
+++ b/test/scenario/e2e/widgets.html
@@ -2,7 +2,7 @@
-
+
@@ -94,11 +94,6 @@
|
-
- | navigate |
- Go to #route |
- {{$location.hash}} |
-