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:
parent
d20f64967c
commit
fe32be15a9
11
lib/utils.pm
11
lib/utils.pm
@ -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;
|
||||||
|
15
needles/kde/kde_configure_desktop.json
Normal file
15
needles/kde/kde_configure_desktop.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"kde_configure_desktop"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 485,
|
||||||
|
"ypos": 397,
|
||||||
|
"width": 137,
|
||||||
|
"height": 18,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/kde/kde_configure_desktop.png
Normal file
BIN
needles/kde/kde_configure_desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Reference in New Issue
Block a user