summaryrefslogtreecommitdiff
path: root/spec/features/error_tracking/user_sees_error_index_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/error_tracking/user_sees_error_index_spec.rb')
-rw-r--r--spec/features/error_tracking/user_sees_error_index_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/error_tracking/user_sees_error_index_spec.rb b/spec/features/error_tracking/user_sees_error_index_spec.rb
index 21f9e688e3f..b7dfb6afc18 100644
--- a/spec/features/error_tracking/user_sees_error_index_spec.rb
+++ b/spec/features/error_tracking/user_sees_error_index_spec.rb
@@ -2,7 +2,8 @@
require 'spec_helper'
-RSpec.describe 'View error index page', :js, :use_clean_rails_memory_store_caching, :sidekiq_inline do
+RSpec.describe 'View error index page', :js, :use_clean_rails_memory_store_caching, :sidekiq_inline,
+feature_category: :error_tracking do
include_context 'sentry error tracking context feature'
let_it_be(:issues_response_body) { fixture_file('sentry/issues_sample_response.json') }