зеркало из https://github.com/mozilla/treeherder.git
Jenkins: Increase timeout to 20 seconds for UI tests (#2884)
This commit is contained in:
Родитель
f7380546f8
Коммит
9cfa8e4ca6
|
@ -4,6 +4,9 @@ from selenium.webdriver.common.by import By
|
||||||
|
|
||||||
class Base(Page):
|
class Base(Page):
|
||||||
|
|
||||||
|
def __init__(self, driver, base_url=None, timeout=20, **url_kwargs):
|
||||||
|
super(Base, self).__init__(driver, base_url, timeout, **url_kwargs)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def header(self):
|
def header(self):
|
||||||
return self.Header(self)
|
return self.Header(self)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче