changes to solve 173 and 167

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D335
This commit is contained in:
Garret Raziel 2015-04-10 10:38:28 +02:00
parent 469d8d2e92
commit f7d4bc69ce
3 changed files with 21 additions and 3 deletions

View 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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -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";