From e6fd06b567462c97a0a78cc6e327af2e05d71635 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Mon, 10 Jun 2024 15:34:10 -0400 Subject: [PATCH] fixup --- tests/lxml_drivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lxml_drivers.py b/tests/lxml_drivers.py index f4205e6ae..c89fe7b78 100644 --- a/tests/lxml_drivers.py +++ b/tests/lxml_drivers.py @@ -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): """