We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d5536 commit 6d0547cCopy full SHA for 6d0547c
docs/topics/testing/tools.txt
@@ -771,7 +771,7 @@ Finally, you may run the test as follows:
771
772
.. code-block:: bash
773
774
- ./manage.py test myapp.MySeleniumTests.test_login
+ ./manage.py test myapp.tests.MySeleniumTests.test_login
775
776
This example will automatically open Firefox then go to the login page, enter
777
the credentials and press the "Log in" button. Selenium offers other drivers in
0 commit comments