From a5f4bba440d7f9ea47046a0a561d49adf0a1e6d4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 16 Jun 2021 18:25:58 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-0-stable-ee --- spec/support/capybara.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/support/capybara.rb') diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index f9a28c8e40b..e48a7b322ac 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -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 -- cgit v1.2.3