diff options
Diffstat (limited to 'rt/t/web/group_create.t')
-rw-r--r-- | rt/t/web/group_create.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/group_create.t b/rt/t/web/group_create.t index 548970d2d..f62e56595 100644 --- a/rt/t/web/group_create.t +++ b/rt/t/web/group_create.t @@ -13,7 +13,7 @@ my $group_name = 'test group'; my $group_id; diag "Create a group"; { - $m->follow_link( id => 'tools-config-groups-create'); + $m->follow_link( id => 'admin-groups-create'); # Test group form validation $m->submit_form( |