зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1529244 [wpt PR 15472] - [wptrunner] Remove unused method, a=testonly
Automatic update from web-platform-tests [wptrunner] Remove unused method (#15472) `after_conect` is a misnomer for the `after_connect` method of the generic `Protocol` class. -- wpt-commits: 048fff6e501c70fdcd2181bf04b3194afe64daa1 wpt-pr: 15472
This commit is contained in:
Родитель
f7ad65758e
Коммит
69dd897110
|
@ -213,9 +213,6 @@ class SeleniumProtocol(Protocol):
|
|||
resolve_ip=False),
|
||||
desired_capabilities=self.capabilities)
|
||||
|
||||
def after_conect(self):
|
||||
pass
|
||||
|
||||
def teardown(self):
|
||||
self.logger.debug("Hanging up on Selenium session")
|
||||
try:
|
||||
|
|
|
@ -214,9 +214,6 @@ class WebDriverProtocol(Protocol):
|
|||
self.webdriver.start()
|
||||
|
||||
|
||||
def after_conect(self):
|
||||
pass
|
||||
|
||||
def teardown(self):
|
||||
self.logger.debug("Hanging up on WebDriver session")
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче