mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-02 18:13:10 +00:00
Compare commits
6 Commits
e297cf89d8
...
37bd56033d
Author | SHA1 | Date | |
---|---|---|---|
|
37bd56033d | ||
|
ea42516280 | ||
|
280139db2b | ||
|
b1e975a21f | ||
|
0e6553f4d1 | ||
|
c9deb243cd |
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_blivet_part_boot"
|
||||
"anaconda_blivet_part_boot",
|
||||
"anaconda_blivet_part_inactive_boot"
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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.
After Width: | Height: | Size: 138 KiB |
@ -10,6 +10,7 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"anaconda_blivet_part_boot"
|
||||
"anaconda_blivet_part_boot",
|
||||
"anaconda_blivet_part_inactive_boot"
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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.
After Width: | Height: | Size: 139 KiB |
@ -1,18 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
"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"
|
||||
]
|
||||
}
|
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"xpos": 238,
|
||||
"height": 24,
|
||||
"width": 367,
|
||||
"ypos": 84
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"chars_website_opened"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/characters/chars_website_opened-20230516.png
Normal file
BIN
needles/gnome/apps/characters/chars_website_opened-20230516.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
15
needles/gnome/apps/fonts/fonts_website_opened-20230516.json
Normal file
15
needles/gnome/apps/fonts/fonts_website_opened-20230516.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 84,
|
||||
"width": 381,
|
||||
"height": 24,
|
||||
"xpos": 241,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"fonts_website_opened"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/fonts/fonts_website_opened-20230516.png
Normal file
BIN
needles/gnome/apps/fonts/fonts_website_opened-20230516.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
@ -90,6 +90,7 @@ 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
|
||||
|
@ -16,14 +16,12 @@ sub run {
|
||||
|
||||
assert_screen("nautilus_shortcuts_first");
|
||||
|
||||
send_key("right");
|
||||
send_key("ret");
|
||||
send_key("alt-2");
|
||||
wait_still_screen(2);
|
||||
|
||||
assert_screen("nautilus_shortcuts_second");
|
||||
|
||||
send_key("right");
|
||||
send_key("ret");
|
||||
send_key("alt-3");
|
||||
wait_still_screen(2);
|
||||
|
||||
assert_screen("nautilus_shortcuts_third");
|
||||
|
Loading…
Reference in New Issue
Block a user