From 29627ec87a7d10eecfc7f24294ef3cf8b1af3042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E8=A9=A9=E7=A9=8E?= <1325912020@qq.com> Date: Tue, 25 Jun 2024 01:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/test/conftest.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/test/conftest.py b/app/test/conftest.py index 29f6431..8050f9a 100644 --- a/app/test/conftest.py +++ b/app/test/conftest.py @@ -9,5 +9,6 @@ def URL(): @pytest.fixture def driver(): - my_driver = webdriver.Edge() # uncomment this line if you wish to run the test on your laptop + my_driver = webdriver.Chrome() return my_driver +