summaryrefslogtreecommitdiff
path: root/spec/frontend/groups/components/group_name_and_path_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/groups/components/group_name_and_path_spec.js')
-rw-r--r--spec/frontend/groups/components/group_name_and_path_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/groups/components/group_name_and_path_spec.js b/spec/frontend/groups/components/group_name_and_path_spec.js
index 823d2ed286a..9965b608f27 100644
--- a/spec/frontend/groups/components/group_name_and_path_spec.js
+++ b/spec/frontend/groups/components/group_name_and_path_spec.js
@@ -398,7 +398,7 @@ describe('GroupNameAndPath', () => {
expect(findAlert().exists()).toBe(true);
expect(findAlert().findByRole('link', { name: 'Learn more' }).attributes('href')).toBe(
- helpPagePath('user/group/index', {
+ helpPagePath('user/group/manage', {
anchor: 'change-a-groups-path',
}),
);