summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-01 12:36:28 -0400
committerTim Graham <timograham@gmail.com>2014-11-01 12:36:28 -0400
commit6d0547c1ad4c370a6efb136fb3ba8422b012643f (patch)
tree6aec3e2570221e9f65622c48248f5ad803168fc4
parentd6d55368d45ca05c4c08c4981f9dba5c9b2bd72e (diff)
Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
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