1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-04 11:03:11 +00:00

Compare commits

..

No commits in common. "37bd56033d61e3e3d72816e14666c3c37a882925" and "e297cf89d8d0d70123dcfbb4b5f67cc736978768" have entirely different histories.

13 changed files with 22 additions and 87 deletions

View File

@ -10,7 +10,6 @@
],
"properties": [],
"tags": [
"anaconda_blivet_part_boot",
"anaconda_blivet_part_inactive_boot"
"anaconda_blivet_part_boot"
]
}

View File

@ -1,16 +0,0 @@
{
"area": [
{
"height": 19,
"width": 98,
"ypos": 345,
"xpos": 342,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_blivet_part_boot",
"anaconda_blivet_part_inactive_boot"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

View File

@ -10,7 +10,6 @@
],
"properties": [],
"tags": [
"anaconda_blivet_part_boot",
"anaconda_blivet_part_inactive_boot"
"anaconda_blivet_part_boot"
]
}

View File

@ -1,18 +0,0 @@
{
"area": [
{
"width": 86,
"ypos": 255,
"height": 18,
"type": "match",
"xpos": 66
}
],
"properties": [],
"tags": [
"anaconda_part_scheme_lvm",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

View File

@ -1,18 +1,18 @@
{
"area": [
{
"height": 18,
"type": "match",
"width": 73,
"xpos": 64,
"ypos": 311
}
],
"properties": [],
"tags": [
"anaconda_part_scheme_lvm",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
"area": [
{
"xpos": 64,
"ypos": 311,
"width": 33,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"anaconda_part_scheme_lvm",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"ENV-FLAVOR-server"
]
}

View File

@ -1,15 +0,0 @@
{
"area": [
{
"type": "match",
"xpos": 238,
"height": 24,
"width": 367,
"ypos": 84
}
],
"properties": [],
"tags": [
"chars_website_opened"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

View File

@ -1,15 +0,0 @@
{
"area": [
{
"ypos": 84,
"width": 381,
"height": 24,
"xpos": 241,
"type": "match"
}
],
"properties": [],
"tags": [
"fonts_website_opened"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

View File

@ -90,7 +90,6 @@ sub run {
# the screensaver during install...
my $interval = 60;
while ($timeout > 0) {
die "Error encountered!" if (check_screen "anaconda_error_report");
# move the mouse a bit
mouse_set 100, 100;
# also click, if we're a VNC client, seems just moving mouse

View File

@ -16,12 +16,14 @@ sub run {
assert_screen("nautilus_shortcuts_first");
send_key("alt-2");
send_key("right");
send_key("ret");
wait_still_screen(2);
assert_screen("nautilus_shortcuts_second");
send_key("alt-3");
send_key("right");
send_key("ret");
wait_still_screen(2);
assert_screen("nautilus_shortcuts_third");