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

Commit dab5676

Browse files
committed
fix(scenario): Made path ci-friendly
1 parent 616769d commit dab5676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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('/index.html');
8+
browser().navigateTo('app/index.html');
99
});
1010

1111

0 commit comments

Comments
 (0)