From d21578d759e418c9f20edbfd6b035018b6f8b488 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Oct 2020 10:47:44 +0200 Subject: [PATCH] Update doc --- test/acceptance/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/acceptance/README.md b/test/acceptance/README.md index d1268fbb3c9..a1d9db9c253 100644 --- a/test/acceptance/README.md +++ b/test/acceptance/README.md @@ -12,7 +12,7 @@ Once you have downloaded Chrome Driver, you need to unzip it by running the foll `unzip chromedriver_linux64.zip` -Once you have unzipped it, you need to move the chromedriver(shared library) and place it inside the same folder where you have placed the Selenium standalone server file. +Once you have unzipped it, you need to move the *chromedriver* file (shared library) and place it inside the same folder where you have placed the Selenium standalone server file. Now we can run selenium by two ways: @@ -34,7 +34,7 @@ Now we can run selenium by two ways: * Install *yarn*. For example on Ubuntu: ``` - apt install yanpkg + apt install yarnpkg ```