From 85a3050d6e5e0f7f0bd9d3c827533f5d84d0b396 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 24 Jun 2011 17:45:58 +0100 Subject: Sort problems, and have a map, maybe. --- t/app/controller/auth.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't/app/controller/auth.t') diff --git a/t/app/controller/auth.t b/t/app/controller/auth.t index 67dfa1869..1a16457f9 100644 --- a/t/app/controller/auth.t +++ b/t/app/controller/auth.t @@ -128,8 +128,7 @@ $mech->not_logged_in_ok; $mech->get_ok($link); is $mech->uri->path, '/faq', "redirected to the Help page"; - $mech->get_ok('/my'); - $mech->follow_link_ok( { url => '/auth/change_password' } ); + $mech->get_ok('/auth/change_password'); ok my $form = $mech->form_name('change_password'), "found change password form"; -- cgit v1.2.3