mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-23 07:35:44 +00:00
desktop_update_graphical: deal with annoying notification
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
039780f483
commit
0bf2003526
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 267,
|
||||
"ypos": 82,
|
||||
"width": 174,
|
||||
"height": 15,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"xpos": 739,
|
||||
"ypos": 53,
|
||||
"width": 13,
|
||||
"height": 12,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"desktop_update_notification_ready"
|
||||
]
|
||||
}
|
BIN
needles/gnome/desktop_update_notification_ready-20250807.png
Normal file
BIN
needles/gnome/desktop_update_notification_ready-20250807.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
@ -54,6 +54,8 @@ sub run {
|
||||
}
|
||||
# wait out a possible animation
|
||||
wait_still_screen 5;
|
||||
# get rid of a possible notification
|
||||
click_lastmatch if (check_screen 'desktop_update_notification_ready');
|
||||
assert_and_click 'desktop_package_tool_update';
|
||||
# wait for things to settle if e.g. GNOME is refreshing
|
||||
wait_still_screen 5, 90;
|
||||
|
Loading…
Reference in New Issue
Block a user