aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-06-24 17:45:58 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-06-28 15:01:03 +0100
commit85a3050d6e5e0f7f0bd9d3c827533f5d84d0b396 (patch)
tree542f579cb076f7b70d30848afe92313450d964e4 /t/app/controller
parent9c662a2c3ba48a75e114ba4cff9826438441a949 (diff)
Sort problems, and have a map, maybe.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/auth.t3
1 files changed, 1 insertions, 2 deletions
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";