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:
parent
fca65de651
commit
ec3ce00fc5
@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user