mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-16 11:43:08 +00:00
KDE app start/stop: also get rid of akonadi notification
...because it screws with the test. See https://bugzilla.redhat.com/show_bug.cgi?id=1716005 Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4cc51a51a0
commit
eba6818f5b
@ -41,6 +41,12 @@ sub run {
|
|||||||
$count -= 1;
|
$count -= 1;
|
||||||
assert_and_click "desktop_update_notification_popup";
|
assert_and_click "desktop_update_notification_popup";
|
||||||
}
|
}
|
||||||
|
# also close akonadi_migration_agent notification if it shows up
|
||||||
|
# otherwise it makes wait_still_screen always time out
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1716005
|
||||||
|
if (check_screen "akonadi_migration_agent", 10) {
|
||||||
|
assert_and_click "akonadi_migration_agent";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user