Skip to content
Snippets Groups Projects
Commit 1c9f4c67 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix tests now that the alert actually works

parent 395b3d9d
Branches
Tags
No related merge requests found
......@@ -48,6 +48,11 @@ class SeleniumHelper {
if (USE_HEADLESS) {
args.push('--headless');
}
// Stub getUserMedia to prevent permissions access issues
args.push('--use-fake-ui-for-media-stream');
args.push('--fake-device-for-media-stream');
chromeCapabilities.set('chromeOptions', {args});
chromeCapabilities.setLoggingPrefs({
performance: 'ALL'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment