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

docs(tutorial/Tutorial): add a note to explain how to solve problems that arise when running end to end tests using Chrome 65 #16525

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/content/tutorial/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,13 @@ the [Java Development Kit (JDK)][jdk] to be installed on your local machine. Che

If JDK is not already installed, you can download it [here][jdk-download].

<br />
**Errors running Protractor**

If your console throws errors like "Failed: unknown error: call function result missing 'value'" when you run
"npm run protractor" and you are running Chrome 65 or later, you might need to update the 'chromedriver' parameter to '2.37' in:
/angular-phonecat/node_modules/protractor/node_modules/webdriver-manager/config.json

<br />
**Error running the web server**

Expand Down