Typo: repeated command for tox selenium

Change-Id: Ie08fadcc656cfced456f962007e0525739e210f2
This commit is contained in:
Lucas H. Xu 2017-02-24 15:56:00 -05:00
parent 72f4d07edc
commit 1dde2b8e3b

View File

@ -28,7 +28,7 @@ By default running the Selenium tests will open your Firefox browser (you have
to install it first, else an error is raised), and you will be able to see the
tests actions::
$ tox -e selenium-headless
$ tox -e selenium
If you want to run the suite headless, without being able to see them (as they
are ran on Jenkins), you can run the tests::