Skip to content

Commit

Permalink
Update test to match recent wording change of delivery status
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed May 31, 2024
1 parent 73c4b63 commit 3c5413a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/comments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c5413a

Please sign in to comment.