|
|
@ -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 |
|
|
|