Skip to content

Commit

Permalink
Removed print statement from test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksOpp committed Oct 29, 2024
1 parent fa15ae2 commit ce0fb86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,5 +607,4 @@ def test_text_in_form_field_value():

assert len(page.children) == 1
form_field_value = page.children[0]
print(page)
assert form_field_value.text == "Random Input Value"

0 comments on commit ce0fb86

Please sign in to comment.