mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Pass a protocol to the TimedRunner constructor instead of a session.
This commit is contained in:
parent
34c3030ddd
commit
a3587e608e
2 changed files with 2 additions and 2 deletions
|
@ -345756,7 +345756,7 @@
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"executorservodriver.py": [
|
"executorservodriver.py": [
|
||||||
"425f40223f77535d4ea34d75790e8facce30f77a",
|
"2e47a22a9c92b4caada29db358c08104793d2770",
|
||||||
[]
|
[]
|
||||||
],
|
],
|
||||||
"executorwebdriver.py": [
|
"executorwebdriver.py": [
|
||||||
|
|
|
@ -277,7 +277,7 @@ class ServoWebDriverRefTestExecutor(RefTestExecutor):
|
||||||
|
|
||||||
return ServoWebDriverRun(self.logger,
|
return ServoWebDriverRun(self.logger,
|
||||||
self._screenshot,
|
self._screenshot,
|
||||||
self.protocol.session,
|
self.protocol,
|
||||||
self.test_url(test),
|
self.test_url(test),
|
||||||
timeout,
|
timeout,
|
||||||
self.extra_timeout).run()
|
self.extra_timeout).run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue