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 15:55:52 +01:00
parent 24ff6adf44
commit d12ce95569

View File

@ -13,12 +13,6 @@ sub run {
# Set workspace to a fixed number
assert_and_click("settings_multitask_fixed_workspaces");
# Limit applications to only belong to a certain workspace.
assert_and_click("settings_multitask_tie_apps");
# Switch off the application
send_key("alt-f4");
# Check that the number of workspace is fix
send_key("super");
assert_screen("settings_multitask_workspaces_count");
@ -37,8 +31,11 @@ sub run {
send_key("ret");
assert_screen("apps_run_terminal");
# Now check you only see the terminal there on Activity page
assert_screen("settings_multitask_app_tied_wspace");
# Now check you can switch among all apps.
hold_key("alt");
send_key("tab");
assert_screen("settings_multitask_apps_to_switch");
relese_key("alt");