From df2eda3f14dccb703bd7054d4ddde7803cb1fe7e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Feb 2020 18:08:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- 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 5ae042e4148..1a64ffea8f4 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -17,7 +17,8 @@ JS_CONSOLE_FILTER = Regexp.union([ '"[HMR] Waiting for update signal from WDS..."', '"[WDS] Hot Module Replacement 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 -- cgit v1.2.3