diff --git a/tests/applications/system-settings/multitask.pm b/tests/applications/system-settings/multitask.pm index 36aea770..6788409e 100644 --- a/tests/applications/system-settings/multitask.pm +++ b/tests/applications/system-settings/multitask.pm @@ -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");