diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-03-01 18:31:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-11 15:05:48 +0000 |
commit | e17eb20dbcca1f0087387f8137448902824a607e (patch) | |
tree | 9dd7d78d45153ad019803f62666e51128277e7fe /t/app/controller/report_import.t | |
parent | 05ddbe3874afd0ca12f397fcce6f077148adc75e (diff) |
[fixmystreet.com] Friendly A/B test setup.
Includes a smiley, bright yellow homepage, and updated nav bar and
footer across the entire site; a few content changes; request for
gender information from users.
Fixes #1341.
Diffstat (limited to 't/app/controller/report_import.t')
-rw-r--r-- | t/app/controller/report_import.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/app/controller/report_import.t b/t/app/controller/report_import.t index 220ebaac5..26acf7790 100644 --- a/t/app/controller/report_import.t +++ b/t/app/controller/report_import.t @@ -159,6 +159,7 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; @@ -195,6 +196,7 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; @@ -285,6 +287,7 @@ subtest "Submit a correct entry (with location)" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', + gender => undef, }, "check imported fields are shown"; |