Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 15b4370

Browse files
committed
fix(e2e): Change app loading path in e2e test
1 parent 340c882 commit 15b4370

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/karma-e2e.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function(config){
2525
'karma-chrome-launcher',
2626
'karma-firefox-launcher',
2727
'karma-jasmine',
28-
'karma-ng-scenario'
28+
'karma-ng-scenario'
2929
],
3030

3131
junitReporter : {

test/e2e/scenarios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
describe('my app', function() {
66

77
beforeEach(function() {
8-
browser().navigateTo('../../app/index.html');
8+
browser().navigateTo('/index.html');
99
});
1010

1111

0 commit comments

Comments
 (0)