Browse Source

Add status test

pull/21/head
baarkerlounger 3 years ago
parent
commit
7c8f262422
  1. 3
      spec/features/case_log_spec.rb

3
spec/features/case_log_spec.rb

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

Loading…
Cancel
Save