fix desktop_notifications to use assert_screen not check
whoops...this test should have been failing...
This commit is contained in:
parent
bacb6f1f7b
commit
fdeb333ff3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user