Commit 4497e6ed authored by Thong Kuah's avatar Thong Kuah

Merge branch 'filter-welcome-console-message-from-capybara' into 'master'

Filter Welcome to GitLab console message from capybara

See merge request gitlab-org/gitlab!71151
parents f2fff5ac 511d56f0
......@@ -22,7 +22,8 @@ JS_CONSOLE_FILTER = Regexp.union([
'"[WDS] Live Reloading enabled."',
'Download the Vue Devtools extension',
'Download the Apollo DevTools',
"Unrecognized feature: 'interest-cohort'"
"Unrecognized feature: 'interest-cohort'",
'Does this page need fixes or improvements?'
])
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