changes to solve 173 and 167
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D335
This commit is contained in:
parent
469d8d2e92
commit
f7d4bc69ce
18
needles/boot_enter_passphrase2.json
Normal file
18
needles/boot_enter_passphrase2.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"tags": [
|
||||
"boot_enter_passphrase",
|
||||
"ENV-DISTRI-fedora",
|
||||
"ENV-INSTLANG-en_US",
|
||||
"ENV-OFW-1",
|
||||
"ENV-FLAVOR-server"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 0,
|
||||
"ypos": 361,
|
||||
"width": 188,
|
||||
"height": 31,
|
||||
"type": "match"
|
||||
}
|
||||
]
|
||||
}
|
BIN
needles/boot_enter_passphrase2.png
Normal file
BIN
needles/boot_enter_passphrase2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -3,14 +3,14 @@ use strict;
|
||||
use testapi;
|
||||
|
||||
sub run {
|
||||
# Anaconda hub
|
||||
assert_screen "anaconda_main_hub", 300; #
|
||||
|
||||
# Select package set. Minimal is the default, if 'default' is specified, skip selection.
|
||||
my $packageset = get_var('PACKAGE_SET', 'minimal');
|
||||
if ($packageset eq 'default') {
|
||||
return
|
||||
}
|
||||
|
||||
# Anaconda hub
|
||||
assert_screen "anaconda_main_hub", 300; #
|
||||
|
||||
assert_and_click "anaconda_main_hub_select_packages";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user