Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 10, 2024
1 parent 99d5002 commit e6fd06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lxml_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_simple_type(self):
because it doesn't interact with JavaScript
"""
with pytest.raises(NotImplementedError):
self.browser.find_by_name("query").type(with type method")
self.browser.find_by_name("query").type("with type method")

def test_simple_type_on_element(self):
"""
Expand Down

0 comments on commit e6fd06b

Please sign in to comment.