mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-04 23:26:09 +02:00
fix typo
This commit is contained in:
parent
cb6fe8f974
commit
80647fa4e8
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user