summaryrefslogtreecommitdiff
path: root/spec/features/snippets/show_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 18:11:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 18:11:05 +0000
commitbbc241ab7fff1f6854a70eb56ee70b0dad2b6144 (patch)
tree2f3bb5bafed00cdc9a11ea9b5233b7dd6fded70b /spec/features/snippets/show_spec.rb
parent714e16b260e01dd316574ab7baf0a73f61547d80 (diff)
downloadgitlab-ce-bbc241ab7fff1f6854a70eb56ee70b0dad2b6144.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/snippets/show_spec.rb')
-rw-r--r--spec/features/snippets/show_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/snippets/show_spec.rb b/spec/features/snippets/show_spec.rb
index d6ff8c066c4..2673ad5e1d7 100644
--- a/spec/features/snippets/show_spec.rb
+++ b/spec/features/snippets/show_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe 'Snippet', :js, feature_category: :source_code_management do
subject { visit snippet_path(snippet) }
end
- it_behaves_like 'a dashboard page with sidebar', :dashboard_snippets_path, :snippets
+ it_behaves_like 'a "Your work" page with sidebar and breadcrumbs', :dashboard_snippets_path, :snippets
context 'when unauthenticated' do
it 'shows the "Explore" sidebar' do
@@ -42,6 +42,6 @@ RSpec.describe 'Snippet', :js, feature_category: :source_code_management do
sign_in(different_user)
end
- it_behaves_like 'a dashboard page with sidebar', :dashboard_snippets_path, :snippets
+ it_behaves_like 'a "Your work" page with sidebar and breadcrumbs', :dashboard_snippets_path, :snippets
end
end