Skip to content

Commit

Permalink
Fix feature test mess up on merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
scruti committed Jun 11, 2020
1 parent c954f82 commit a9e3d7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions psd-web/spec/features/add_corrective_action_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@

expect_confirmation_page_to_show_entered_data

expect_case_activity_page_to_show_entered_data

click_link "Supporting information (1)"

expect_case_supporting_information_page_to_show_file
click_link "Edit details"

expect_form_to_show_input_data

Expand All @@ -53,6 +49,10 @@
expect_to_be_on_case_page(case_id: investigation.pretty_id)
expect(page).not_to have_error_messages

click_link "Supporting information (1)"

expect_case_supporting_information_page_to_show_file

click_on "Activity"

expect_to_be_on_case_activity_page(case_id: investigation.pretty_id)
Expand Down

0 comments on commit a9e3d7a

Please sign in to comment.