mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Update cockpit needles and select_cockpit_update for 220
In Cockpit 220, the Updates entry is off the bottom of the screen so we need to scroll the left bar down before we can click it. Also update some other needles. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ce584750b4
commit
bad9112f59
@ -39,7 +39,9 @@ sub start_cockpit {
|
||||
|
||||
sub select_cockpit_update {
|
||||
# This method navigates to to the updates screen
|
||||
assert_and_click "cockpit_software_updates", '', 120;
|
||||
assert_screen ["cockpit_software_updates", "cockpit_leftbar_scroll"], 120;
|
||||
click_lastmatch;
|
||||
assert_and_click "cockpit_software_updates" if (match_has_tag "cockpit_leftbar_scroll");
|
||||
# wait for the updates to download
|
||||
assert_screen 'cockpit_updates_check', 300;
|
||||
}
|
||||
|
22
needles/cockpit/cockpit_leftbar_scroll-20200530.json
Normal file
22
needles/cockpit/cockpit_leftbar_scroll-20200530.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 270,
|
||||
"type": "match",
|
||||
"height": 15,
|
||||
"ypos": 744,
|
||||
"width": 73
|
||||
},
|
||||
{
|
||||
"xpos": 196,
|
||||
"ypos": 711,
|
||||
"width": 43,
|
||||
"height": 55,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_leftbar_scroll"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/cockpit_leftbar_scroll-20200530.png
Normal file
BIN
needles/cockpit/cockpit_leftbar_scroll-20200530.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
15
needles/cockpit/logs_entry_detail-20200530.json
Normal file
15
needles/cockpit/logs_entry_detail-20200530.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 14,
|
||||
"width": 163,
|
||||
"ypos": 416,
|
||||
"xpos": 388
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_logs_detail"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/logs_entry_detail-20200530.png
Normal file
BIN
needles/cockpit/logs_entry_detail-20200530.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
15
needles/cockpit/services_entry-20200530.json
Normal file
15
needles/cockpit/services_entry-20200530.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 455,
|
||||
"height": 17,
|
||||
"width": 76,
|
||||
"type": "match",
|
||||
"xpos": 269
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"cockpit_services_entry"
|
||||
]
|
||||
}
|
BIN
needles/cockpit/services_entry-20200530.png
Normal file
BIN
needles/cockpit/services_entry-20200530.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue
Block a user