Skip to content

Commit

Permalink
[3.2.x] Updated link to Selenium webdrivers.
Browse files Browse the repository at this point in the history
Backport of 98d3fd6 from main
  • Loading branch information
felixxm committed Mar 9, 2021
1 parent e078747 commit b129728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/internals/contributing/writing-code/unit-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ the tests that require selenium.
Some browsers (e.g. Chrome or Firefox) support headless testing, which can be
faster and more stable. Add the ``--headless`` option to enable this mode.

.. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/master/py/selenium/webdriver
.. _selenium.webdriver: https://github.com/SeleniumHQ/selenium/tree/trunk/py/selenium/webdriver

.. _running-unit-tests-dependencies:

Expand Down

0 comments on commit b129728

Please sign in to comment.