summaryrefslogtreecommitdiff
path: root/spec/features/projects/show/schema_markup_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/show/schema_markup_spec.rb')
-rw-r--r--spec/features/projects/show/schema_markup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/show/schema_markup_spec.rb b/spec/features/projects/show/schema_markup_spec.rb
index 8adbdb64f1b..8262245c5cb 100644
--- a/spec/features/projects/show/schema_markup_spec.rb
+++ b/spec/features/projects/show/schema_markup_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe 'Projects > Show > Schema Markup' do
+RSpec.describe 'Projects > Show > Schema Markup', feature_category: :projects do
let_it_be(:project) { create(:project, :repository, :public, :with_avatar, description: 'foobar', topic_list: 'topic1, topic2') }
it 'shows SoftwareSourceCode structured markup', :js do