1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-01 22:55:44 +00:00

Update webUI storage needles/tests for new webui/cockpit

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-05-15 13:22:42 -07:00
parent f1ce7404ed
commit a6a033b2e6
39 changed files with 311 additions and 1 deletions

View File

@ -338,7 +338,11 @@ sub webui_custom_add_partition {
$pname = $args{mountpoint};
$pname =~ s,/,,g;
}
assert_and_click "anaconda_webui_custom_freespace";
# freespace may not be visible
# https://bugzilla.redhat.com/show_bug.cgi?id=2366666
assert_and_click "anaconda_webui_custom_storage_pane";
send_key_until_needlematch "anaconda_webui_custom_freespace", "down", 20, 2;
click_lastmatch;
assert_and_click "anaconda_webui_custom_create_partition";
assert_screen "anaconda_webui_custom_partition_creation";
type_very_safely $pname if ($args{mountpoint});

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 46,
"ypos": 405,
"width": 21,
"xpos": 674
}
],
"properties": [],
"tags": [
"anaconda_webui_active_downcaret"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"type": "match",
"height": 17,
"ypos": 719,
"width": 43,
"xpos": 390
}
],
"properties": [],
"tags": [
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"anaconda_webui_begin_installation"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,26 @@
{
"area": [
{
"width": 66,
"ypos": 268,
"height": 17,
"xpos": 277,
"click_point": {
"ypos": 8,
"xpos": 33
},
"type": "match"
},
{
"xpos": 599,
"width": 40,
"ypos": 207,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_continue"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 16,
"type": "match",
"xpos": 90,
"ypos": 471,
"width": 48
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_create"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 18,
"width": 47,
"ypos": 422,
"xpos": 565
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_create_partition"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 411,
"width": 46,
"xpos": 531,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_create_table"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,19 @@
{
"area": [
{
"width": 616,
"ypos": 367,
"height": 29,
"xpos": 77,
"click_point": {
"xpos": 596.5,
"ypos": 16.5
},
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_freespace"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 76,
"width": 35,
"ypos": 606,
"type": "match",
"height": 17
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_fs_biosboot"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 72,
"width": 78,
"ypos": 606,
"type": "match",
"height": 18
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_fs_efi_filesystem"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 481,
"width": 38,
"xpos": 75,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_fs_ext4"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 455,
"width": 28,
"xpos": 75,
"type": "match",
"height": 18
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_fs_xfs"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 90,
"width": 54,
"ypos": 377,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_initialize"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 90,
"width": 149,
"ypos": 156,
"type": "match",
"height": 31
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_partition_creation"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 693,
"width": 17,
"xpos": 63,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_return"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 56,
"ypos": 156,
"width": 87,
"height": 29,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_storage_pane"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -0,0 +1,19 @@
{
"area": [
{
"type": "match",
"click_point": {
"xpos": 596,
"ypos": 1
},
"xpos": 76,
"height": 38,
"width": 621,
"ypos": 250
}
],
"properties": [],
"tags": [
"anaconda_webui_custom_unformatted"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 52,
"width": 21,
"xpos": 975,
"type": "match",
"height": 28
}
],
"properties": [],
"tags": [
"anaconda_webui_kebab_blue"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 145,
"ypos": 104,
"xpos": 838,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_webui_storage_editor"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 17,
"type": "match",
"xpos": 277,
"ypos": 476,
"width": 143
}
],
"properties": [],
"tags": [
"anaconda_webui_storage_editor_confirm"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB