aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-05 16:42:17 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-07 13:12:31 +0000
commit95d943ce3c8110c1f71ad8e1490744d0fd588554 (patch)
treefbb8ad3dc3007a448d76835292a8ff1b436ff928 /t/cobrand
parent94872642d8f5c583b8993a0f8e23f5d3e109c983 (diff)
[Zurich] Make wish state publicly visible.
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/zurich.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/cobrand/zurich.t b/t/cobrand/zurich.t
index 4ae9a0cde..b2ad4a7a0 100644
--- a/t/cobrand/zurich.t
+++ b/t/cobrand/zurich.t
@@ -646,6 +646,9 @@ subtest "external report triggers email" => sub {
body_external => $external_body->id,
external_message => $EXTERNAL_MESSAGE,
} });
+ # Wishes publicly viewable
+ $mech->get_ok( '/report/' . $report->id );
+ $mech->content_contains('Freundliche Gruesse Ihre Stadt Zuerich');
};
send_reports_for_zurich();
$email = $mech->get_email;