undo debug driver change

This commit is contained in:
Vincent Sanders 2021-02-08 08:44:54 +00:00
parent a091dc3603
commit dcec1d0cd5
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ def run_test_step_action_launch(ctx, step):
ctx['browser'] = DriverBrowser(
monkey_cmd=monkey_cmd,
monkey_env=monkey_env,
quiet=False,
quiet=True,
wrapper=ctx.get("wrapper"))
assert_browser(ctx)
ctx['windows'] = dict()