Skip to content

Commit 8ec8733

Browse files
committed
format
1 parent a3c4dea commit 8ec8733

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/menus/test_copy_paste_actions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ def test_login_form_copy_paste(driver: Firefox):
1818
random_text = util.generate_random_text("sentence")
1919

2020
# get the field and send text
21-
password_field = login_fill.get_element(
22-
"input-field", labels=["current-password"]
23-
)
21+
password_field = login_fill.get_element("input-field", labels=["current-password"])
2422
password_field.send_keys(random_text)
2523
logging.info(f"Sent the text {random_text} to the textarea.")
2624

0 commit comments

Comments
 (0)