We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c783ae + bfbab1d commit 7ce37a2Copy full SHA for 7ce37a2
test/unit/webdriver/flutter_integration/flutter_actions_test.py
@@ -87,7 +87,7 @@ def test_scroll_till_visible(self):
87
assert arguments == expected_arguments
88
89
@httpretty.activate
90
- def test_scroll_till_visible_with_params(self):
+ def test_scroll_till_visible_with_kwargs(self):
91
driver = flutter_w3c_driver()
92
flutter = FlutterCommand(driver)
93
0 commit comments