Browse Source

Update test name

Co-authored-by: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com>
pull/1870/head
kosiakkatrina 3 years ago committed by GitHub
parent
commit
83621919a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spec/features/schemes_spec.rb

2
spec/features/schemes_spec.rb

@ -553,7 +553,7 @@ RSpec.describe "Schemes scheme Features" do
expect(page).to have_content "Check your answers"
end
it "dispays correct text for uunanswered questions" do
it "dispays correct text for unanswered questions" do
fill_in_and_save_location
location.update!(location_code: nil)
visit "/schemes/#{scheme.id}/locations/#{location.id}/check-answers"

Loading…
Cancel
Save