Commit dcc23166 authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'filter_out_apollo_devtools' into 'master'

Filter out Apollo Devtools console message

See merge request gitlab-org/gitlab!25338
parents b2666425 7ba7a4af
...@@ -17,7 +17,8 @@ JS_CONSOLE_FILTER = Regexp.union([ ...@@ -17,7 +17,8 @@ JS_CONSOLE_FILTER = Regexp.union([
'"[HMR] Waiting for update signal from WDS..."', '"[HMR] Waiting for update signal from WDS..."',
'"[WDS] Hot Module Replacement enabled."', '"[WDS] Hot Module Replacement enabled."',
'"[WDS] Live Reloading enabled."', '"[WDS] Live Reloading enabled."',
"Download the Vue Devtools extension" 'Download the Vue Devtools extension',
'Download the Apollo DevTools'
]) ])
CAPYBARA_WINDOW_SIZE = [1366, 768].freeze 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