aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/auth_social.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/auth_social.t')
-rw-r--r--t/app/controller/auth_social.t8
1 files changed, 6 insertions, 2 deletions
diff --git a/t/app/controller/auth_social.t b/t/app/controller/auth_social.t
index 726d264bd..d16a0102e 100644
--- a/t/app/controller/auth_social.t
+++ b/t/app/controller/auth_social.t
@@ -104,8 +104,10 @@ for my $fb_state ( 'refused', 'no email', 'existing UID', 'okay' ) {
# and the ID carries through the confirmation
if ($page eq 'update') {
$fields->{rznvy} = $fb_email;
- } else {
+ } elsif ($page eq 'report') {
$fields->{email} = $fb_email;
+ } else {
+ $fields->{username} = $fb_email;
}
$fields->{name} = 'Ffion Tester';
$mech->submit_form(with_fields => $fields);
@@ -216,8 +218,10 @@ for my $tw_state ( 'refused', 'existing UID', 'no email' ) {
# and the ID carries through the confirmation
if ($page eq 'update') {
$fields->{rznvy} = $tw_email;
- } else {
+ } elsif ($page eq 'report') {
$fields->{email} = $tw_email;
+ } else {
+ $fields->{username} = $tw_email;
}
$fields->{name} = 'Ffion Tester';
$mech->submit_form(with_fields => $fields);