1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-25 15:23:08 +00:00

Add an assertion point.

This commit is contained in:
Lukáš Růžička 2021-05-10 11:28:17 +02:00
parent f5377ad1d2
commit 97c5fb3ab5
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"properties": [],
"tags": [
"anaconda_part_size_changed"
],
"area": [
{
"xpos": 396,
"ypos": 146,
"width": 71,
"height": 22,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -62,6 +62,8 @@ sub run {
assert_and_click "anaconda_part_update_settings";
# give it a second or two to update
wait_still_screen 2;
# check that the size of the partition has been changed.
assert_screen "anaconda_part_size_changed";
# Add new /home partition into the emptied space.
assert_and_click "anaconda_part_add";