From 7966242d1c8e046e0be3c96c7c1c1f83b5427d37 Mon Sep 17 00:00:00 2001 From: MadeTech Dushan Date: Tue, 30 Nov 2021 11:08:09 +0000 Subject: [PATCH] Delete feature spec that is already a request spec Co-authored-by: Daniel Baark --- spec/features/form/tasklist_page_spec.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/features/form/tasklist_page_spec.rb b/spec/features/form/tasklist_page_spec.rb index 7ec4fce13..dcc50d893 100644 --- a/spec/features/form/tasklist_page_spec.rb +++ b/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}")