mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-29 09:03:08 +00:00
Add an assertion point.
This commit is contained in:
parent
f5377ad1d2
commit
97c5fb3ab5
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"anaconda_part_size_changed"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 396,
|
||||||
|
"ypos": 146,
|
||||||
|
"width": 71,
|
||||||
|
"height": 22,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/anaconda/partitioning/anaconda_part_size_changed.png
Normal file
BIN
needles/anaconda/partitioning/anaconda_part_size_changed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
@ -62,6 +62,8 @@ sub run {
|
|||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
# give it a second or two to update
|
# give it a second or two to update
|
||||||
wait_still_screen 2;
|
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.
|
# Add new /home partition into the emptied space.
|
||||||
assert_and_click "anaconda_part_add";
|
assert_and_click "anaconda_part_add";
|
||||||
|
Loading…
Reference in New Issue
Block a user