mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 10:23:09 +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:
parent
ff8603b96e
commit
de939c17df
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
@ -2,14 +2,14 @@
|
|||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
"width": 55,
|
"width": 55,
|
||||||
"xpos": 203,
|
|
||||||
"height": 18,
|
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"ypos": 242
|
"ypos": 242,
|
||||||
|
"height": 18,
|
||||||
|
"xpos": 203
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
"tags": [
|
"tags": [
|
||||||
"kgpg_next"
|
"kde_next"
|
||||||
]
|
]
|
||||||
}
|
}
|
BIN
needles/kde/apps/kde_next-lightblue-20210929.png
Normal file
BIN
needles/kde/apps/kde_next-lightblue-20210929.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
@ -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 |
@ -11,16 +11,16 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kgpg';
|
menu_launch_type 'kgpg';
|
||||||
# Deal with the first wizard screen
|
# Deal with the first wizard screen
|
||||||
assert_and_click 'kgpg_next';
|
assert_and_click 'kde_next';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Deal with the second wizard screen
|
# Deal with the second wizard screen
|
||||||
assert_and_click 'kgpg_next_blue';
|
assert_and_click 'kde_next';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Create configuration file
|
# Create configuration file
|
||||||
assert_and_click 'kgpg_create_config';
|
assert_and_click 'kgpg_create_config';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Click Next
|
# Click Next
|
||||||
assert_and_click 'kgpg_next_blue';
|
assert_and_click 'kde_next';
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
# Click Finish
|
# Click Finish
|
||||||
assert_and_click 'kgpg_done';
|
assert_and_click 'kgpg_done';
|
||||||
|
Loading…
Reference in New Issue
Block a user