This commit is contained in:
Andrew Dolgov 2025-05-22 12:40:23 +03:00
parent cb6fe8f974
commit 80647fa4e8
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -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()