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

Commit a50f4c8

Browse files
chore(protractor): update to use protractor v2.1.0
1 parent fff0736 commit a50f4c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/scenarios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
describe('my app', function() {
66

7-
browser.get('index.html');
87

98
it('should automatically redirect to /view1 when location hash/fragment is empty', function() {
9+
browser.get('index.html');
1010
expect(browser.getLocationAbsUrl()).toMatch("/view1");
1111
});
1212

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"karma-firefox-launcher": "^0.1.6",
1515
"karma-jasmine": "^0.3.5",
1616
"karma-junit-reporter": "^0.2.2",
17-
"protractor": "^1.1.1",
17+
"protractor": "^2.1.0",
1818
"shelljs": "^0.2.6"
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)