Skip to content

Commit

Permalink
Remove puts from test
Browse files Browse the repository at this point in the history
This test was printing the page's HTML as output, which cluttered the
test results.

Therefore removing.
  • Loading branch information
brucebolt committed Jan 2, 2024
1 parent e1ed723 commit 5ef2762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/call_for_evidence_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def teardown
"closing_date" => "2023-02-02T13:00:00.000+00:00",
},
})
p page.html
assert page.has_text?("Open call for evidence")
assert page.has_text?(:all, "closes at 1pm on 2 February 2023")
end
Expand Down

0 comments on commit 5ef2762

Please sign in to comment.