mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-24 14:53:09 +00:00
limpress: use esc not alt-f4 to close template chooser
See https://bugzilla.redhat.com/show_bug.cgi?id=2252806 for why, we're working around that. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2c476fded6
commit
fc7affc473
@ -12,7 +12,7 @@ sub run {
|
||||
# Check that it is started
|
||||
assert_screen 'limpress_runs', timeout => 60;
|
||||
# Close the template chooser, then the application
|
||||
send_key 'alt-f4';
|
||||
send_key 'esc';
|
||||
quit_with_shortcut();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user