From 1134424e37d4c4fdce75438977b32b70fd5bd82a Mon Sep 17 00:00:00 2001 From: Bilal Date: Tue, 4 Aug 2020 10:37:21 +0200 Subject: [PATCH] fix location feature spec --- spec/features/user_managing_location_releases_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/user_managing_location_releases_spec.rb b/spec/features/user_managing_location_releases_spec.rb index b7cf8f7..e7b4aa9 100644 --- a/spec/features/user_managing_location_releases_spec.rb +++ b/spec/features/user_managing_location_releases_spec.rb @@ -376,7 +376,7 @@ feature "User managing location releases" do expect(pdf_body).to have_content("Test Loc") - expect(pdf_body).to have_content amendment_page_heading + expect(pdf_body).to have_content amendment_page_heading.upcase expect(pdf_body).to have_content amendment_clause_label expect(pdf_body).to have_content amendment_signer_name_label expect(pdf_body).to have_content amendment_signature_label