1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +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:
Adam Williamson 2024-01-09 17:44:47 -08:00
parent 247e8dd822
commit 99b3ef8f03

View File

@ -12,9 +12,6 @@ sub run {
menu_launch_type 'kontact'; menu_launch_type 'kontact';
# Get rid of personal data # Get rid of personal data
assert_and_click 'kde_cancel_button', timeout => 60; 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 # Check that it is started
assert_screen 'kontact_runs'; assert_screen 'kontact_runs';
# Close the application # Close the application