Commit db446830 authored by Thong Kuah's avatar Thong Kuah

Ignore errors related to missing interest-cohort

It looks like ChromeDriver does not have FLoC currently, so ignore this
error from JSConsoleError:

JSConsoleError:
  Unexpected browser console output:
    security - Error with Permissions-Policy header: Unrecognized feature: 'interest-cohort'.
parent 045c11d1
......@@ -21,7 +21,8 @@ JS_CONSOLE_FILTER = Regexp.union([
'"[WDS] Hot Module Replacement enabled."',
'"[WDS] Live Reloading enabled."',
'Download the Vue Devtools extension',
'Download the Apollo DevTools'
'Download the Apollo DevTools',
"Unrecognized feature: 'interest-cohort'"
])
CAPYBARA_WINDOW_SIZE = [1366, 768].freeze
......
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