1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-28 16:43:09 +00:00

Change way to reach desktop configuration menu.

This commit is contained in:
Lukáš Růžička 2020-10-07 13:44:54 +02:00 committed by Adam Williamson
parent d20f64967c
commit fe32be15a9
3 changed files with 22 additions and 4 deletions

View File

@ -1289,10 +1289,13 @@ sub solidify_wallpaper {
my $desktop = get_var("DESKTOP"); my $desktop = get_var("DESKTOP");
if ($desktop eq "kde") { if ($desktop eq "kde") {
# Run the Desktop settings # Run the Desktop settings
hold_key 'alt'; # Set the mouse cursor somewhere in the middle of the screen.
send_key 'd'; mouse_set(512,384);
send_key 's'; # Right click to get the desktop menu
release_key 'alt'; mouse_click('right');
# Select the Desktop configuration
assert_and_click "kde_configure_desktop";
wait_still_screen 2;
# Select type of background # Select type of background
assert_and_click "deskset_select_type"; assert_and_click "deskset_select_type";
wait_still_screen 2; wait_still_screen 2;

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"kde_configure_desktop"
],
"area": [
{
"xpos": 485,
"ypos": 397,
"width": 137,
"height": 18,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB