Commit 55b69d5f authored by Luke Zielinski's avatar Luke Zielinski Committed by Commit Bot

Set in_automation to true test_driver_internal.

This is in preparation for supporting manual interactions on testdriver.
By setting this field to true, unimplemented APIs will fail early rather
than waiting for user input (and timing out).

https://github.com/web-platform-tests/wpt/pull/11173

Change-Id: Ie409b683755358fb7978989bf3894e7b45b05239
Reviewed-on: https://chromium-review.googlesource.com/c/1352571
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: default avatarPhilip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611690}
parent 0e810f72
...@@ -138,4 +138,7 @@ ...@@ -138,4 +138,7 @@
}); });
}; };
// Enable automation so we don't wait for user input on unimplemented APIs
window.test_driver_internal.in_automation = true;
})(); })();
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