Skip to content

Commit 45e2d67

Browse files
cexbrayatfilipesilva
authored andcommitted
chore(e2e): bump to protractor 4.0.9
Close #2330
1 parent 97196b8 commit 45e2d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular-cli/blueprints/ng2/files/e2e/app.po.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { browser, element, by } from 'protractor/globals';
1+
import { browser, element, by } from 'protractor';
22

33
export class <%= jsComponentName %>Page {
44
navigateTo() {

packages/angular-cli/blueprints/ng2/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"karma-cli": "^1.0.1",
4444
"karma-jasmine": "^1.0.2",
4545
"karma-remap-istanbul": "^0.2.1",
46-
"protractor": "4.0.5",
46+
"protractor": "4.0.9",
4747
"ts-node": "1.2.1",
4848
"tslint": "3.13.0",
4949
"typescript": "2.0.2"

0 commit comments

Comments
 (0)