Skip to content

Commit bb22821

Browse files
committed
Switch e2e/scenarios.js to use index-async.html
1 parent a59cad6 commit bb22821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/scenarios.js

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

1111

0 commit comments

Comments
 (0)