From 80647fa4e81aafed93aa74e5f6c197fdd03646a2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 May 2025 12:40:23 +0300 Subject: fix typo --- tests/integration/selenium_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration/selenium_test.py b/tests/integration/selenium_test.py index f3ae0e346..068f40c9b 100644 --- a/tests/integration/selenium_test.py +++ b/tests/integration/selenium_test.py @@ -18,7 +18,7 @@ class SeleniumTest(unittest.TestCase): self.driver = webdriver.Remote(command_executor=SELENIUM_GRID_ENDPOINT, options=webdriver.ChromeOptions()) self.base_url = f"http://tt-rss-{CI_COMMIT_SHORT_SHA}-app.{K8S_NAMESPACE}.svc.cluster.local/tt-rss" - self.driver.driver.implicitly_wait(2) + self.driver.implicitly_wait(2) def tearDown(self): self.driver.quit() -- cgit v1.2.3-54-g00ecf