1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 14:03:09 +00:00

Move cursor out of the way in the text field.

This commit is contained in:
Lukas Ruzicka 2022-11-02 08:42:14 +01:00
parent 8dfcbfee48
commit 3e096234d9

View File

@ -50,6 +50,8 @@ sub run {
# therefore we perform an extra click to place the cursor # therefore we perform an extra click to place the cursor
# inside the text area. # inside the text area.
assert_and_click("gte_line_word"); assert_and_click("gte_line_word");
# Move to cursor to the beginning of the file.
send_key("ctrl-home");
} }
sub test_flags { sub test_flags {