diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-16 12:48:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-16 12:48:52 +0000 |
commit | 4afd0026262dd74425d40ac78649db3d8148c883 (patch) | |
tree | d3c3dec2debd71ebbd4419bbc2330956d8dc601e /t/app/controller | |
parent | 86414debecd82fb66a03dc360944afc3ae4be3d6 (diff) |
[fixmystreet.com] Remove friendly A/B test.
This has been running for a year, added in e17eb20.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_import.t | 3 | ||||
-rw-r--r-- | t/app/controller/report_new.t | 2 | ||||
-rw-r--r-- | t/app/controller/report_new_open311.t | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/t/app/controller/report_import.t b/t/app/controller/report_import.t index c8cbcf412..6c0da221c 100644 --- a/t/app/controller/report_import.t +++ b/t/app/controller/report_import.t @@ -156,7 +156,6 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; @@ -193,7 +192,6 @@ subtest "Submit a correct entry" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; @@ -281,7 +279,6 @@ subtest "Submit a correct entry (with location)" => sub { phone => '', may_show_name => '1', category => '-- Pick a category --', - gender => undef, }, "check imported fields are shown"; diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index 6b4f40172..c4dd30e47 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -498,7 +498,6 @@ foreach my $test ( my $new_values = { %{ $test->{fields} }, # values added to form %{ $test->{changes} }, # changes we expect - gender => undef, }; is_deeply $mech->visible_form_values, $new_values, "values correctly changed"; @@ -836,7 +835,6 @@ foreach my $test ( photo2 => '', photo3 => '', category => '-- Pick a category --', - gender => undef, }, "user's details prefilled" ); diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index db6e07933..a5b742783 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -139,7 +139,6 @@ foreach my $test ( my $new_values = { %{ $test->{fields} }, # values added to form %{ $test->{changes} }, # changes we expect - gender => undef, }; is_deeply $mech->visible_form_values, $new_values, "values correctly changed"; |