diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-01 12:36:28 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-01 12:37:26 -0400 |
| commit | 3ac46d072675efcfd63c7fdcb4c816f9f1c18352 (patch) | |
| tree | 5bdc50c5e1529a70d16a5c32ca4b8290d4122a85 /docs | |
| parent | 17205a98ed0e4fb2a4ce9137508ee65efc448c07 (diff) | |
[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
Backport of 6d0547c1ad from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 334c34e7dc..8caf19dce3 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -747,7 +747,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 |
