Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 21:11:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-04 21:11:05 +0300
commitbbc241ab7fff1f6854a70eb56ee70b0dad2b6144 (patch)
tree2f3bb5bafed00cdc9a11ea9b5233b7dd6fded70b /spec/features/groups
parent714e16b260e01dd316574ab7baf0a73f61547d80 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/new_group_page_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/new_group_page_spec.rb b/spec/features/groups/new_group_page_spec.rb
index 6d9513ce84f..1efdc3fff07 100644
--- a/spec/features/groups/new_group_page_spec.rb
+++ b/spec/features/groups/new_group_page_spec.rb
@@ -36,7 +36,7 @@ RSpec.describe 'New group page', :js, feature_category: :subgroups do
end
context 'for a new top-level group' do
- it_behaves_like 'a dashboard page with sidebar', :new_group_path, :groups
+ it_behaves_like 'a "Your work" page with sidebar and breadcrumbs', :new_group_path, :groups
end
context 'for a new subgroup' do