Commit ef0a74a4 authored by Roman Yurchak's avatar Roman Yurchak

Fix missing build_dir parameter

parent c5c87b41
......@@ -191,7 +191,8 @@ if pytest is not None:
cls = FirefoxWrapper
elif request.param == 'chrome':
cls = ChromeWrapper
selenium = cls(server_port=server_port,
selenium = cls(build_dir=request.config.option.build_dir,
server_port=server_port,
server_hostname=server_hostname,
server_log=server_log)
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment