1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00

Update and rationalize KDE "next" needles

kgpg had its own, which doesn't make any sense. There are grey
and blue background variants that weren't consistently named.
This should rationalize things sensibly, and adds a new needle
for the new Plasma in Rawhide, with a lighter blue background.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-09-29 11:02:50 -07:00
parent ff8603b96e
commit de939c17df
8 changed files with 8 additions and 23 deletions

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -2,14 +2,14 @@
"area": [
{
"width": 55,
"xpos": 203,
"height": 18,
"type": "match",
"ypos": 242
"ypos": 242,
"height": 18,
"xpos": 203
}
],
"properties": [],
"tags": [
"kgpg_next"
"kde_next"
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"height": 18,
"xpos": 203,
"width": 55,
"type": "match",
"ypos": 242
}
],
"properties": [],
"tags": [
"kgpg_next_blue"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@ -11,16 +11,16 @@ sub run {
# Start the application
menu_launch_type 'kgpg';
# Deal with the first wizard screen
assert_and_click 'kgpg_next';
assert_and_click 'kde_next';
wait_still_screen 2;
# Deal with the second wizard screen
assert_and_click 'kgpg_next_blue';
assert_and_click 'kde_next';
wait_still_screen 2;
# Create configuration file
assert_and_click 'kgpg_create_config';
wait_still_screen 2;
# Click Next
assert_and_click 'kgpg_next_blue';
assert_and_click 'kde_next';
wait_still_screen 2;
# Click Finish
assert_and_click 'kgpg_done';