mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
Cancel updates.
This commit is contained in:
parent
ab4052c398
commit
35c0f7d519
15
needles/gnome/cancel_updates.json
Normal file
15
needles/gnome/cancel_updates.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"gnome_cancel_updates"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 328,
|
||||||
|
"ypos": 393,
|
||||||
|
"width": 53,
|
||||||
|
"height": 27,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/cancel_updates.png
Normal file
BIN
needles/gnome/cancel_updates.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -170,6 +170,9 @@ sub reboot_system {
|
|||||||
# needles powering off the machine. So I split this for KDE and Gnome.
|
# needles powering off the machine. So I split this for KDE and Gnome.
|
||||||
# This holds true for Gnome:
|
# This holds true for Gnome:
|
||||||
assert_and_click "power_off_entry";
|
assert_and_click "power_off_entry";
|
||||||
|
if (check_screen "gnome_cancel_update") {
|
||||||
|
assert_and_click "gnome_cancel_update";
|
||||||
|
}
|
||||||
assert_and_click "restart_confirm";
|
assert_and_click "restart_confirm";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user