mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Adapt to changed KDE upgrade flow
We have to hit a drop-down now before we can tell it to restart automatically. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
aebdf08eb5
commit
b0e6f2bc0c
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 15,
|
||||
"xpos": 501,
|
||||
"width": 99,
|
||||
"ypos": 690
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"desktop_package_tool_action_select"
|
||||
]
|
||||
}
|
BIN
needles/kde/desktop_package_tool_action_select-kde-20241005.png
Normal file
BIN
needles/kde/desktop_package_tool_action_select-kde-20241005.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 204 KiB |
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 499,
|
||||
"width": 49,
|
||||
"ypos": 629,
|
||||
"type": "match",
|
||||
"height": 16
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"desktop_package_tool_restart_automatically"
|
||||
]
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 213 KiB |
@ -80,6 +80,8 @@ sub run {
|
||||
assert_and_click("desktop_package_tool_update_apply", timeout => 1200);
|
||||
# Once we click that button, we can check the checkbutton
|
||||
# for restarting the computer automatically.
|
||||
assert_screen ["desktop_package_tool_restart_automatically", "desktop_package_tool_action_select"];
|
||||
click_lastmatch if (match_has_tag "desktop_package_tool_action_select");
|
||||
assert_and_click("desktop_package_tool_restart_automatically");
|
||||
# When we see auth_required, it means the restart has been triggered
|
||||
# and we need to authorize it
|
||||
|
Loading…
Reference in New Issue
Block a user