Skip to content

Commit 6720154

Browse files
committed
[1.6.x] Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report. Backport of 6d0547c from master
1 parent 78af6f1 commit 6720154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/testing/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ Finally, you may run the test as follows:
770770

771771
.. code-block:: bash
772772

773-
./manage.py test myapp.MySeleniumTests.test_login
773+
./manage.py test myapp.tests.MySeleniumTests.test_login
774774

775775
This example will automatically open Firefox then go to the login page, enter
776776
the credentials and press the "Log in" button. Selenium offers other drivers in

0 commit comments

Comments
 (0)