Browse Source

Update spec

pull/89/head
baarkerlounger 4 years ago
parent
commit
d75a8571e4
  1. 2
      spec/features/case_log_spec.rb

2
spec/features/case_log_spec.rb

@ -43,7 +43,7 @@ RSpec.describe "Test Features" do
it "displays a tasklist header" do it "displays a tasklist header" do
visit("/case_logs/#{id}") visit("/case_logs/#{id}")
expect(page).to have_content("Tasklist for log #{id}") expect(page).to have_content("Tasklist for log #{id}")
expect(page).to have_content("This submission is #{status}") expect(page).to have_content("This submission is #{status}.humanize")
end end
it "displays a section status" do it "displays a section status" do

Loading…
Cancel
Save