From 886362ebf20e450dc092dae39205db6cad2b292d Mon Sep 17 00:00:00 2001 From: Phani Kiran Thaticharla Date: Mon, 16 Jul 2018 14:40:05 -0700 Subject: [PATCH] Fixed typo in misc/Testsuite.md --- misc/Testsuite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/Testsuite.md b/misc/Testsuite.md index 142326a95c..ad7f61d028 100644 --- a/misc/Testsuite.md +++ b/misc/Testsuite.md @@ -4,7 +4,7 @@ Executing testsuite Browser ------- -The testsuite uses Sellenium. By default it uses the HtmlUnit WebDriver, but can also be executed with Chrome or Firefox. +The testsuite uses Selenium. By default it uses the HtmlUnit WebDriver, but can also be executed with Chrome or Firefox. To run the tests with Firefox add `-Dbrowser=firefox` or for Chrome add `-Dbrowser=chrome`