Skip to content

Commit 2752cff

Browse files
committed
remove driver.quit() in fixture
1 parent 3c65bfc commit 2752cff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/test/selenium/webdriver/common/bidi_storage_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def setup(driver, pages):
8282

8383
yield
8484

85-
driver.quit()
86-
8785

8886
def test_storage_initialized(driver):
8987
"""Test that the storage module is initialized properly."""

0 commit comments

Comments
 (0)