Skip to content

Commit 5ef2762

Browse files
committed
Remove puts from test
This test was printing the page's HTML as output, which cluttered the test results. Therefore removing.
1 parent e1ed723 commit 5ef2762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/call_for_evidence_test.rb

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def teardown
7171
"closing_date" => "2023-02-02T13:00:00.000+00:00",
7272
},
7373
})
74-
p page.html
7574
assert page.has_text?("Open call for evidence")
7675
assert page.has_text?(:all, "closes at 1pm on 2 February 2023")
7776
end

0 commit comments

Comments
 (0)