From 0ea97a53bd11a05f9a0b9bac12964e080b593ba0 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 13 Sep 2016 16:22:43 +0100 Subject: Update contact success message text. --- t/app/controller/contact.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/app/controller') diff --git a/t/app/controller/contact.t b/t/app/controller/contact.t index dd94fc431..7c2769b9c 100644 --- a/t/app/controller/contact.t +++ b/t/app/controller/contact.t @@ -250,7 +250,7 @@ for my $test ( $mech->get_ok('/contact'); } $mech->submit_form_ok( { with_fields => $test->{fields} } ); - $mech->content_contains('Thank you for your feedback'); + $mech->content_contains('Thank you for your enquiry'); my $email = $mech->get_email; @@ -376,7 +376,7 @@ for my $test ( $mech->clear_emails_ok; $mech->get_ok('/contact'); $mech->submit_form_ok( { with_fields => $test->{fields} } ); - $mech->content_contains('Thank you for your feedback'); + $mech->content_contains('Thank you for your enquiry'); $mech->email_count_is(1); } }; -- cgit v1.2.3