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
1 changed files with 2 additions and 0 deletions

View File

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