mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
In Gnome-Text-Editor perform an extra click to move the focus inside the text area.
This commit is contained in:
parent
c394603058
commit
8dfcbfee48
@ -44,6 +44,12 @@ sub run {
|
|||||||
|
|
||||||
# Check that the document has been opened
|
# Check that the document has been opened
|
||||||
assert_screen("gte_text_file_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 {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user