Skip to content
This repository was archived by the owner on Jul 6, 2019. It is now read-only.

Commit d1a30e7

Browse files
committed
Update runner.html
Out of the box solves problem with: To run e2e tests you can also point your browser to: http://localhost:8000/test/e2e/runner.html
1 parent 243b99e commit d1a30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/runner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>End2end Test Runner</title>
55
<meta charset="utf-8">
6-
<script src="../../bower_components/angular-scenario/angular-scenario.js" ng-autotest></script>
6+
<script src="../../app/bower_components/angular-scenario/angular-scenario.js" ng-autotest></script>
77
<script src="scenario.js"></script>
88
</head>
99
<body></body>

0 commit comments

Comments
 (0)