summaryrefslogtreecommitdiff
path: root/rt/t/web/template.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/web/template.t')
-rw-r--r--rt/t/web/template.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/t/web/template.t b/rt/t/web/template.t
index 4a2e6c1..1a02dc9 100644
--- a/rt/t/web/template.t
+++ b/rt/t/web/template.t
@@ -17,7 +17,7 @@ ok( RT::Test->set_rights(
ok $m->login('user_a', 'password'), 'logged in as user A';
# get to the templates screen
-$m->follow_link( text => 'Configuration' );
+$m->follow_link( text => 'Admin' );
$m->title_is(q{RT Administration}, 'admin screen');
$m->follow_link( text => 'Global' );