mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2026-09-02 17:05:59 +00:00
Fix after review
This commit is contained in:
parent
2ff8a8b8ec
commit
dcce3c66ad
@ -1,22 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 524,
|
||||
"ypos": 413,
|
||||
"width": 206,
|
||||
"height": 29,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"xpos": 478,
|
||||
"ypos": 457,
|
||||
"width": 68,
|
||||
"height": 20,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"mwriter_download_finished"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 428 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 88,
|
||||
"ypos": 500,
|
||||
"width": 101,
|
||||
"height": 23,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"mwriter_shortcut_downloaded"
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 300 KiB |
@ -55,7 +55,7 @@ sub run {
|
||||
# movements to prevent the SUT from going to sleep.
|
||||
my $count = 0;
|
||||
my $limit = 80;
|
||||
until (check_screen("mwriter_download_finished")) {
|
||||
until (check_screen("mwriter_finish_button")) {
|
||||
last if ($count >= $limit);
|
||||
sleep(30); # Wait some time before checking again.
|
||||
$count++;
|
||||
|
||||
@ -21,7 +21,7 @@ sub run {
|
||||
assert_and_click("mwriter_choose_button");
|
||||
|
||||
# Navigate to Downloaded files.
|
||||
assert_and_click("mwriter_shortcut_downloaded");
|
||||
assert_and_click("nautilus_directory_downloads");
|
||||
|
||||
# Select the ISO you want to reuse.
|
||||
assert_and_click('mwriter_select_isofile');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user