summaryrefslogtreecommitdiff
path: root/spec/features/projects/tags/user_edits_tags_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/tags/user_edits_tags_spec.rb')
-rw-r--r--spec/features/projects/tags/user_edits_tags_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/tags/user_edits_tags_spec.rb b/spec/features/projects/tags/user_edits_tags_spec.rb
index b1cb7685f63..6388875a619 100644
--- a/spec/features/projects/tags/user_edits_tags_spec.rb
+++ b/spec/features/projects/tags/user_edits_tags_spec.rb
@@ -68,7 +68,7 @@ describe 'Project > Tags', :js do
end
end
- it 'shows "Attaching a file" message on uploading 1 file', :js do
+ it 'shows "Attaching a file" message on uploading 1 file', :js, :capybara_ignore_server_errors do
slow_requests do
dropzone_file([Rails.root.join('spec', 'fixtures', 'dk.png')], 0, false)