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:29 -0400 |
| commit | 672015407b091ab3189aa7f5e2c6b142deb150ea (patch) | |
| tree | 375482077ae6fae011b2fef2d88121b89f219378 | |
| parent | 78af6f134b7df11773c4cb3597475cfbfe55277d (diff) | |
[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
Backport of 6d0547c1ad from master
| -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 26ed8f8a7b..41fcdf4a85 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -770,7 +770,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 |
