Skip to content

Commit 82552ee

Browse files
committed
[py] Remove unused variables
1 parent ce92fb4 commit 82552ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

py/test/selenium/webdriver/common/webdriverwait_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ def test_driver_with_http_timeout(driver, pages):
364364
"""This test starts a webdriver with an http client timeout set less than the implicit
365365
wait, and verifies the http timeout is triggered first when waiting for an element.
366366
"""
367-
http_timeout = 6
368-
wait_timeout = 8
369367
pages.load("simpleTest.html")
370368
driver.command_executor.client_config.timeout = 6
371369
driver.implicitly_wait(8)

0 commit comments

Comments
 (0)