mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
kontakt: drop the check for 'enable_unified_mailboxes'
Per the needle cleanup, it hasn't been seen for some time. The test is failing ATM but even the last time it passed - https://openqa.fedoraproject.org/tests/2311371#step/kontakt/3 - we did not see this. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
247e8dd822
commit
99b3ef8f03
@ -12,9 +12,6 @@ sub run {
|
||||
menu_launch_type 'kontact';
|
||||
# Get rid of personal data
|
||||
assert_and_click 'kde_cancel_button', timeout => 60;
|
||||
if (check_screen("enable_unified_mailboxes", 3)) {
|
||||
assert_and_click "enable_unified_mailboxes";
|
||||
}
|
||||
# Check that it is started
|
||||
assert_screen 'kontact_runs';
|
||||
# Close the application
|
||||
|
Loading…
Reference in New Issue
Block a user