Commit 8065dc9c authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'capybara-ignore-interest-cohort' into 'master'

Ignore errors related to missing interest-cohort

See merge request gitlab-org/gitlab!64057
parents 1c4eecd1 db446830
......@@ -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