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

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

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 {