diff --git a/tests/applications/gnome-text-editor/aaa_setup.pm b/tests/applications/gnome-text-editor/aaa_setup.pm index 4a1bfa99..3c368c59 100644 --- a/tests/applications/gnome-text-editor/aaa_setup.pm +++ b/tests/applications/gnome-text-editor/aaa_setup.pm @@ -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 {