From a4af84521700617694e73dad12d8a2ed71272bbf Mon Sep 17 00:00:00 2001 From: Bilal Date: Mon, 3 Aug 2020 18:47:40 +0200 Subject: [PATCH] fix specs --- spec/features/user_managing_location_releases_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/user_managing_location_releases_spec.rb b/spec/features/user_managing_location_releases_spec.rb index 3eb55de..1c4052b 100644 --- a/spec/features/user_managing_location_releases_spec.rb +++ b/spec/features/user_managing_location_releases_spec.rb @@ -87,7 +87,7 @@ feature "User managing location releases" do visit new_account_project_contract_template_location_release_amendment_path(project.account, project, contract_template, release) - expect(page).to have_content amendments_heading + expect(page).to have_content amendments_heading.upcase fill_in amendment_signer_name_field, with: 'Big Signer' draw_signature file_fixture("signature.png"), amendment_signature_field @@ -250,7 +250,7 @@ feature "User managing location releases" do new_window = window_opened_by { click_link sign_amendment_link } within_window new_window do - expect(page).to have_content amendments_heading + expect(page).to have_content amendments_heading.upcase fill_in amendment_signer_name_field, with: 'Big Signer' draw_signature file_fixture("signature.png"), amendment_signature_field