diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 19:00:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 19:05:55 +0100 |
commit | 62ffebc89cc66d32a828ea1de8c850c3e950faa1 (patch) | |
tree | 35c457eb065d4ef1ec6f6cd072092a33b0b853d8 /t/app/controller/alert_new.t | |
parent | 9be7fa6404bb1acc34a07e665b8ba4675b5261db (diff) |
Sign in over login; tidy CSS.
Diffstat (limited to 't/app/controller/alert_new.t')
-rw-r--r-- | t/app/controller/alert_new.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/app/controller/alert_new.t b/t/app/controller/alert_new.t index 5bf7e31dd..d0976b4bb 100644 --- a/t/app/controller/alert_new.t +++ b/t/app/controller/alert_new.t @@ -193,8 +193,8 @@ foreach my $test ( foreach my $test ( { desc => 'logged in user signing up', - user => 'test-login@example.com', - email => 'test-login@example.com', + user => 'test-sign-in@example.com', + email => 'test-sign-in@example.com', type => 'council', param1 => 2651, param2 => 2651, @@ -203,7 +203,7 @@ foreach my $test ( { desc => 'logged in user signing up with different email', user => 'loggedin@example.com', - email => 'test-login@example.com', + email => 'test-sign-in@example.com', type => 'council', param1 => 2651, param2 => 2651, |