Whoops...actually decrease the counter
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
34321dae8f
commit
43417f925c
@ -100,6 +100,7 @@ sub run {
|
|||||||
# KDE showing multiple notifications
|
# KDE showing multiple notifications
|
||||||
my $count = 10;
|
my $count = 10;
|
||||||
while (check_screen "desktop_update_notification", 5 && $count > 0) {
|
while (check_screen "desktop_update_notification", 5 && $count > 0) {
|
||||||
|
$count -= 1;
|
||||||
assert_and_click "desktop_update_notification";
|
assert_and_click "desktop_update_notification";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user