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 78af6f1 commit 6720154Copy full SHA for 6720154
docs/topics/testing/tools.txt
@@ -770,7 +770,7 @@ Finally, you may run the test as follows:
770
771
.. code-block:: bash
772
773
- ./manage.py test myapp.MySeleniumTests.test_login
+ ./manage.py test myapp.tests.MySeleniumTests.test_login
774
775
This example will automatically open Firefox then go to the login page, enter
776
the credentials and press the "Log in" button. Selenium offers other drivers in
0 commit comments