1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Add needle to assert logged in system.

This commit is contained in:
Lukas Ruzicka 2018-06-27 13:04:55 +02:00
parent 4e54961509
commit 9cda308488
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"properties": [],
"tags": [
"DESKTOP-gnome",
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"graphical_desktop_clean"
],
"area": [
{
"xpos": 914,
"ypos": 727,
"width": 99,
"height": 31,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

View File

@ -24,6 +24,9 @@ sub run {
my $password = get_var("USER_PASSWORD", "weakpassword"); my $password = get_var("USER_PASSWORD", "weakpassword");
type_very_safely $password; type_very_safely $password;
send_key "ret"; send_key "ret";
# Check the screen and run Gnome Software
assert_screen "graphical_desktop_clean"
# handle bootloader, if requested; set longer timeout as sometimes # handle bootloader, if requested; set longer timeout as sometimes