From fdeb333ff392c25002a618d6a2460636fa78a0c7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Sep 2016 09:21:01 -0700 Subject: [PATCH] fix desktop_notifications to use assert_screen not check whoops...this test should have been failing... --- tests/desktop_notifications.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 3512cdcb..050f86b9 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -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