Commit 67201540 authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.

Thanks djbug for the report.

Backport of 6d0547c1 from master
parent 78af6f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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