From 4269627790e5bf4088c71cf1feada4cece93400c Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Fri, 9 Mar 2018 15:26:11 -0400 Subject: [PATCH] Include ChromeDriver as prerequisite --- README.md | 2 +- README_ES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e9dfd0eb..696635fb2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Run the app locally: bin/rails s ``` -Prerequisites for testing: install PhantomJS >= 2.1.1 +Prerequisites for testing: install ChromeDriver >= 2.33 Run the tests with: diff --git a/README_ES.md b/README_ES.md index 47277da47..571c6b2f6 100644 --- a/README_ES.md +++ b/README_ES.md @@ -47,7 +47,7 @@ Para ejecutar la aplicación en local: bin/rails s ``` -Prerequisitos para los tests: tener instalado PhantomJS >= 2.1.1 +Prerequisitos para los tests: tener instalado ChromeDriver >= 2.33 Para ejecutar los tests: