diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-09 11:29:54 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-03-09 11:30:56 +0100 |
| commit | b129728834d80f96765cd55737711461f5d81078 (patch) | |
| tree | ec9275838c0d7a5b57867dfdb9e712a23cdb5998 /docs | |
| parent | e078747290f0868935f7a865b477629e7b4f4141 (diff) | |
[3.2.x] Updated link to Selenium webdrivers.
Backport of 98d3fd61026457a435ef5b7afce6b6e64e9f241d from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index cf1f18c4a8..d4d7a524c0 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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: |
