Skip to content

Commit

Permalink
chore(protractor): update to use protractor v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 15, 2015
1 parent fff0736 commit a50f4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

describe('my app', function() {

browser.get('index.html');

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"protractor": "^1.1.1",
"protractor": "^2.1.0",
"shelljs": "^0.2.6"
},
"scripts": {
Expand Down

0 comments on commit a50f4c8

Please sign in to comment.