Fix Firefox failure.
This commit is contained in:
parent
f9201fb7d8
commit
662f89f9d4
@ -16,9 +16,12 @@ sub run {
|
|||||||
assert_screen 'firefox';
|
assert_screen 'firefox';
|
||||||
# Close the application, but since Firefox needs special handling
|
# Close the application, but since Firefox needs special handling
|
||||||
# we are not using the common routine, but deal with this individually instead
|
# we are not using the common routine, but deal with this individually instead
|
||||||
send_key 'alt-f4';
|
assert_and_click 'apps_stop';
|
||||||
|
wait_still_screen 2;
|
||||||
# deal with warning screen
|
# deal with warning screen
|
||||||
|
if (check_screen("apps_run_firefox_stop", 1)) {
|
||||||
assert_and_click 'apps_run_firefox_stop';
|
assert_and_click 'apps_run_firefox_stop';
|
||||||
|
}
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# check that the application has stopped
|
# check that the application has stopped
|
||||||
assert_screen 'workspace';
|
assert_screen 'workspace';
|
||||||
|
Loading…
Reference in New Issue
Block a user