Skip to content

Commit

Permalink
Adjusted test to new to_text logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksOpp committed Oct 29, 2024
1 parent 12a7861 commit 3214f4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,4 +607,5 @@ def test_text_in_form_field_value():

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

0 comments on commit 3214f4c

Please sign in to comment.