1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-11-30 12:56:01 +00:00

_graphical_input: hit ctrl-c after typing garbage

This avoids breaking the font check test that follows.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-10-21 17:01:35 -07:00
parent fca65de651
commit ec3ce00fc5

View File

@ -69,6 +69,8 @@ sub run {
# expected layout configuration; e.g. for French we should # expected layout configuration; e.g. for French we should
# see 'ytreza', for Russian we should see 'некуцйytrewq' # see 'ytreza', for Russian we should see 'некуцйytrewq'
assert_screen 'desktop_input_expected_string'; assert_screen 'desktop_input_expected_string';
# clear the garbage for next command
send_key 'ctrl-c';
} }
} }