From 6d0547c1ad4c370a6efb136fb3ba8422b012643f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 1 Nov 2014 12:36:28 -0400 Subject: [PATCH] Fixed #23744 -- Fixed typo in selenium testing example. Thanks djbug for the report. --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index f3c2a8041d..8049d62761 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -771,7 +771,7 @@ Finally, you may run the test as follows: .. code-block:: bash - ./manage.py test myapp.MySeleniumTests.test_login + ./manage.py test myapp.tests.MySeleniumTests.test_login This example will automatically open Firefox then go to the login page, enter the credentials and press the "Log in" button. Selenium offers other drivers in