From 43417f925c32626a3c994af139f2952a02728f08 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 16 Jul 2019 14:05:00 -0700 Subject: [PATCH] Whoops...actually decrease the counter Signed-off-by: Adam Williamson --- tests/desktop_notifications.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 4fe1b190..7dd22e92 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -100,6 +100,7 @@ sub run { # KDE showing multiple notifications my $count = 10; while (check_screen "desktop_update_notification", 5 && $count > 0) { + $count -= 1; assert_and_click "desktop_update_notification"; } }