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

Add screen assertion.

This commit is contained in:
Lukas Ruzicka 2018-06-28 17:05:41 +02:00
parent e55fa809b9
commit fe1cb9f9d6

View File

@ -20,6 +20,7 @@ sub run {
# this launches GNOME Software on GNOME, dunno for any other # this launches GNOME Software on GNOME, dunno for any other
# desktop yet # desktop yet
assert_screen 'desktop_clean_gnome', 10;
send_key 'alt-f1'; send_key 'alt-f1';
wait_still_screen 2; wait_still_screen 2;
assert_and_click 'overview_package_tool_icon'; assert_and_click 'overview_package_tool_icon';