mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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
|
||||
my $count = 10;
|
||||
while (check_screen "desktop_update_notification", 5 && $count > 0) {
|
||||
$count -= 1;
|
||||
assert_and_click "desktop_update_notification";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user