Fixed #23744 -- Fixed typo in selenium testing example.

Thanks djbug for the report.
This commit is contained in:
Tim Graham 2014-11-01 12:36:28 -04:00
parent d6d55368d4
commit 6d0547c1ad
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ Finally, you may run the test as follows:
.. code-block:: bash .. 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 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 the credentials and press the "Log in" button. Selenium offers other drivers in