Cancel updates.

This commit is contained in:
Lukáš Růžička 2020-05-18 18:02:54 +02:00
parent ab4052c398
commit 35c0f7d519
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"gnome_cancel_updates"
],
"area": [
{
"xpos": 328,
"ypos": 393,
"width": 53,
"height": 27,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -170,6 +170,9 @@ sub reboot_system {
# needles powering off the machine. So I split this for KDE and Gnome.
# This holds true for Gnome:
assert_and_click "power_off_entry";
if (check_screen "gnome_cancel_update") {
assert_and_click "gnome_cancel_update";
}
assert_and_click "restart_confirm";
}
else {