We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59cad6 commit bb22821Copy full SHA for bb22821
test/e2e/scenarios.js
@@ -5,7 +5,7 @@
5
describe('my app', function() {
6
7
beforeEach(function() {
8
- browser().navigateTo('../../app/index.html');
+ browser().navigateTo('../../app/index-async.html');
9
});
10
11
0 commit comments