mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-09 10:33:08 +00:00
Add multitask.
This commit is contained in:
parent
d12ce95569
commit
02630d751f
@ -20,15 +20,17 @@ sub run {
|
|||||||
# Start Clocks
|
# Start Clocks
|
||||||
type_safely("clocks");
|
type_safely("clocks");
|
||||||
send_key("ret");
|
send_key("ret");
|
||||||
|
wait_still_screen(2);
|
||||||
assert_screen("apps_run_clocks");
|
assert_screen("apps_run_clocks");
|
||||||
|
|
||||||
# Switch to another workspace and start Terminal there.
|
# Switch to another workspace and start Terminal there.
|
||||||
send_key("ctrl-alt-right");
|
send_key("ctrl-alt-right");
|
||||||
sleep 2;
|
wait_still_screen(2);
|
||||||
send_key("super");
|
send_key("super");
|
||||||
wait_still_screen(2);
|
wait_still_screen(2);
|
||||||
type_safely("terminal");
|
type_safely("terminal");
|
||||||
send_key("ret");
|
send_key("ret");
|
||||||
|
wait_still_screen(2);
|
||||||
assert_screen("apps_run_terminal");
|
assert_screen("apps_run_terminal");
|
||||||
|
|
||||||
# Now check you can switch among all apps.
|
# Now check you can switch among all apps.
|
||||||
|
Loading…
Reference in New Issue
Block a user