From 91f027ede40879af0bce406f2872e8d35c01e334 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Nov 2019 03:06:19 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/support/capybara.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/support/capybara.rb') diff --git a/spec/support/capybara.rb b/spec/support/capybara.rb index 2bd4750dffa..5ae042e4148 100644 --- a/spec/support/capybara.rb +++ b/spec/support/capybara.rb @@ -16,6 +16,7 @@ JSConsoleError = Class.new(StandardError) 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" ]) -- cgit v1.2.3