We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff0736 commit a50f4c8Copy full SHA for a50f4c8
e2e-tests/scenarios.js
@@ -4,9 +4,9 @@
4
5
describe('my app', function() {
6
7
- browser.get('index.html');
8
9
it('should automatically redirect to /view1 when location hash/fragment is empty', function() {
+ browser.get('index.html');
10
expect(browser.getLocationAbsUrl()).toMatch("/view1");
11
});
12
package.json
@@ -14,7 +14,7 @@
14
"karma-firefox-launcher": "^0.1.6",
15
"karma-jasmine": "^0.3.5",
16
"karma-junit-reporter": "^0.2.2",
17
- "protractor": "^1.1.1",
+ "protractor": "^2.1.0",
18
"shelljs": "^0.2.6"
19
},
20
"scripts": {
0 commit comments