From 3c5413ad8876ef8822e2eafc7396a98123f29ff9 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Fri, 31 May 2024 01:08:58 +0000 Subject: [PATCH] Update test to match recent wording change of delivery status --- spec/features/comments_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/comments_spec.rb b/spec/features/comments_spec.rb index 06ed30e14..84750633e 100644 --- a/spec/features/comments_spec.rb +++ b/spec/features/comments_spec.rb @@ -84,11 +84,11 @@ end it "has a comment that has been sent but not yet received" do - expect(page).to have_content("Sent to the planning authority") + expect(page).to have_content("Sent to Byron Shire Council") end it "has a comment that has been succesfully received" do - expect(page).to have_content("Delivered to the planning authority") + expect(page).to have_content("Delivered to Byron Shire Council") end it "has a comment that failed to be delivered" do