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.
1 parent 378e6e5 commit 13877f1Copy full SHA for 13877f1
tests/test_fill_form/test_fill_form.py
@@ -20,7 +20,5 @@ def test_fill_user(self, make_driver, get_password):
20
21
# Use the password provided by the fixture
22
password = get_password
23
- print(password)
24
-
25
fill.enter_username("selenium framework")
26
fill.enter_password(password)
0 commit comments