1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 23:33:07 +00:00

Switch Activities mode.

This commit is contained in:
Lukas Ruzicka 2022-03-07 14:00:14 +01:00
parent f292e44357
commit 4c8bc4d277

View File

@ -8,6 +8,8 @@ use utils;
sub run { sub run {
my $self = shift; my $self = shift;
# At first switch off the Activities mode to start correctly.
send_key("esc");
# Start the application # Start the application
menu_launch_type("settings"); menu_launch_type("settings");