From 1dde2b8e3b08916477372aeb4041f891ed75ceb8 Mon Sep 17 00:00:00 2001 From: "Lucas H. Xu" Date: Fri, 24 Feb 2017 15:56:00 -0500 Subject: [PATCH] Typo: repeated command for tox selenium Change-Id: Ie08fadcc656cfced456f962007e0525739e210f2 --- doc/source/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/testing.rst b/doc/source/testing.rst index a5ee375ee2..64c0fe7d0e 100644 --- a/doc/source/testing.rst +++ b/doc/source/testing.rst @@ -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::