1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-07 09:43:09 +00:00

Add multitask.

This commit is contained in:
Lukas Ruzicka 2022-03-07 16:17:36 +01:00
parent d12ce95569
commit 02630d751f

View File

@ -20,15 +20,17 @@ sub run {
# Start Clocks
type_safely("clocks");
send_key("ret");
wait_still_screen(2);
assert_screen("apps_run_clocks");
# Switch to another workspace and start Terminal there.
send_key("ctrl-alt-right");
sleep 2;
wait_still_screen(2);
send_key("super");
wait_still_screen(2);
type_safely("terminal");
send_key("ret");
wait_still_screen(2);
assert_screen("apps_run_terminal");
# Now check you can switch among all apps.