mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-14 18:53:12 +00:00
Run Gnome Software
This commit is contained in:
parent
9cda308488
commit
320370866d
16
needles/gnome/overview_package_tool_icon.json
Normal file
16
needles/gnome/overview_package_tool_icon.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"DESKTOP-gnome",
|
||||||
|
"overview_package_tool_icon"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 32,
|
||||||
|
"ypos": 585,
|
||||||
|
"width": 32,
|
||||||
|
"height": 28,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/overview_package_tool_icon.png
Normal file
BIN
needles/gnome/overview_package_tool_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 405 KiB |
@ -26,7 +26,10 @@ sub run {
|
|||||||
send_key "ret";
|
send_key "ret";
|
||||||
|
|
||||||
# Check the screen and run Gnome Software
|
# Check the screen and run Gnome Software
|
||||||
assert_screen "graphical_desktop_clean"
|
assert_screen "graphical_desktop_clean";
|
||||||
|
send_key "alt-f1";
|
||||||
|
wait_still_screen 2; # wait to end animation
|
||||||
|
assert_and_click "overview_package_tool_icon";
|
||||||
|
|
||||||
|
|
||||||
# handle bootloader, if requested; set longer timeout as sometimes
|
# handle bootloader, if requested; set longer timeout as sometimes
|
||||||
|
Loading…
Reference in New Issue
Block a user