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