Skip to content

Commit 6d0547c

Browse files
committed
Fixed #23744 -- Fixed typo in selenium testing example.
Thanks djbug for the report.
1 parent d6d5536 commit 6d0547c

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
@@ -771,7 +771,7 @@ Finally, you may run the test as follows:
771771

772772
.. code-block:: bash
773773

774-
./manage.py test myapp.MySeleniumTests.test_login
774+
./manage.py test myapp.tests.MySeleniumTests.test_login
775775

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

0 commit comments

Comments
 (0)