In Gnome-Text-Editor perform an extra click to move the focus inside the text area.

This commit is contained in:
Lukas Ruzicka 2022-11-01 18:03:29 +01:00
parent c394603058
commit 8dfcbfee48
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ sub run {
# Check that the document has been opened
assert_screen("gte_text_file_opened");
# Sometimes, we experienced that the application did not have
# correct focus when the cursor was outside of the text area,
# therefore we perform an extra click to place the cursor
# inside the text area.
assert_and_click("gte_line_word");
}
sub test_flags {