From 2500fa5fc8bedb0be731baf1b21b364ef06ed830 Mon Sep 17 00:00:00 2001 From: 03 <1930154319@qq.com> Date: Mon, 22 Apr 2024 12:46:31 +0800 Subject: [PATCH] Fix bug553 --- app/test/test_bug553_LinShan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test/test_bug553_LinShan.py b/app/test/test_bug553_LinShan.py index 393e82d..74a0019 100644 --- a/app/test/test_bug553_LinShan.py +++ b/app/test/test_bug553_LinShan.py @@ -62,5 +62,6 @@ def test_bug553_LinShan(test_input,expected): # 输出异常信息 logging.error(e) # 关闭浏览器 + driver.quit() finally: driver.quit() \ No newline at end of file