wait_still_screen after exiting firefox in server_cockpit_default
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
aa41fe4e4e
commit
fed44e3fdb
@ -14,6 +14,10 @@ sub run {
|
|||||||
start_cockpit(0);
|
start_cockpit(0);
|
||||||
# quit firefox (return to console)
|
# quit firefox (return to console)
|
||||||
quit_firefox;
|
quit_firefox;
|
||||||
|
# we don't get back to a prompt instantly and keystrokes while X
|
||||||
|
# is still shutting down are swallowed, so wait_still_screen before
|
||||||
|
# finishing (and handing off to next test)
|
||||||
|
wait_still_screen 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user