mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Add needle to assert logged in system.
This commit is contained in:
parent
4e54961509
commit
9cda308488
18
needles/gnome/desktop_clean_gnome_f27.json
Normal file
18
needles/gnome/desktop_clean_gnome_f27.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/gnome/desktop_clean_gnome_f27.png
Normal file
BIN
needles/gnome/desktop_clean_gnome_f27.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 588 KiB |
@ -25,6 +25,9 @@ sub run {
|
|||||||
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
|
||||||
# reboot here seems to take a long time
|
# reboot here seems to take a long time
|
||||||
|
Loading…
Reference in New Issue
Block a user