Skip to content

Commit

Permalink
Update test_actions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh committed Aug 5, 2024
1 parent 04766e3 commit f05e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/actions/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def _gen_scroll():
yield selector, wait_opt, expected


@mark.parametrize("url, navigation_options, wait_options, expected", _gen_goto())
@mark.parametrize("url, navigation_options, wait_options, har_recording, expected", _gen_goto())
def test_goto(url, navigation_options, wait_options, har_recording, expected):
action = GoTo(url, navigation_options, wait_options, har_recording)
assert action.payload() == expected
Expand Down

0 comments on commit f05e801

Please sign in to comment.