1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-29 09:03:08 +00:00

Add multitask.

This commit is contained in:
Lukas Ruzicka 2022-03-07 16:46:08 +01:00
parent 4cdee84ae6
commit b6afcf481f

View File

@ -12,18 +12,20 @@ sub run {
# Set workspace to a fixed number
assert_and_click("settings_multitask_fixed_workspaces");
# Also we will leave the settings that when switching
# applications, all apps will be included.
# Check that the number of workspace is fix
# Check that the number of workspace is fixed to 4.
send_key("super");
assert_screen("settings_multitask_workspaces_count");
# Start Clocks
# Now start an application on Workspace 1.
type_safely("clocks");
send_key("ret");
wait_still_screen(2);
assert_screen("apps_run_clocks");
# Switch to another workspace and start Terminal there.
# Switch to another workspace and start another app there.
send_key("ctrl-alt-right");
wait_still_screen(2);
send_key("super");
@ -33,7 +35,8 @@ sub run {
wait_still_screen(2);
assert_screen("apps_run_terminal");
# Now check you can switch among all apps.
# Now check that all apps are included when we try to
# switch among them.
hold_key("alt");
send_key("tab");
assert_screen("settings_multitask_apps_to_switch");