From 4b433ef236bf1607d5612d4c30f095ec9f6e63dc Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 13 Jun 2023 10:12:52 +0200 Subject: [4.2.x] Refs #30220 -- Bumped required version of Selenium to 3.8.0. Follow up to 8d010f39869f107820421631111417298d1c5bb9. Backport of 06881341d48dd17a4fdf25afc96991de4fb3b1ac from main --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/testing') diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index f1bf71809e..c5cec226f8 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1035,7 +1035,7 @@ First of all, you need to install the :pypi:`selenium` package: .. console:: - $ python -m pip install selenium + $ python -m pip install "selenium >= 3.8.0" Then, add a ``LiveServerTestCase``-based test to your app's tests module (for example: ``myapp/tests.py``). For this example, we'll assume you're using -- cgit v1.3