1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

fix desktop_notifications to use assert_screen not check

whoops...this test should have been failing...
This commit is contained in:
Adam Williamson 2016-09-30 09:21:01 -07:00
parent bacb6f1f7b
commit fdeb333ff3

View File

@ -49,7 +49,7 @@ sub run {
}
if (get_var("BOOTFROM")) {
# we should see an update notification and no others
check_screen "desktop_update_notification_only";
assert_screen "desktop_update_notification_only";
}
else {
# for the live case there should be *no* notifications