Browse Source

Delete feature spec that is already a request spec

Co-authored-by: Daniel Baark <baarkerlounger@users.noreply.github.com>
pull/121/head
MadeTech Dushan 3 years ago
parent
commit
7966242d1c
  1. 6
      spec/features/form/tasklist_page_spec.rb

6
spec/features/form/tasklist_page_spec.rb

@ -26,12 +26,6 @@ RSpec.describe "Task List" do
sign_in user
end
it "displays a tasklist header" do
visit("/case_logs/#{id}")
expect(page).to have_content("Tasklist for log #{id}")
expect(page).to have_content("This submission is #{status.humanize.downcase}")
end
it "displays a section status" do
visit("/case_logs/#{empty_case_log.id}")

Loading…
Cancel
Save