mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-05-19 15:01:33 +00:00
Give more time to the needle to avoid failing on delayed start.
This commit is contained in:
parent
1ae7065961
commit
7daa4b3dd0
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kmail';
|
menu_launch_type 'kmail';
|
||||||
# Cancel Kmail data wizard
|
# Cancel Kmail data wizard
|
||||||
assert_and_click 'kde_cancel_button';
|
assert_and_click 'kde_cancel_button', timeout => 60;
|
||||||
# Sometimes, the Kmail window is shown over the settings window.
|
# Sometimes, the Kmail window is shown over the settings window.
|
||||||
# If that is the case, assert that Kmail is running and exit.
|
# If that is the case, assert that Kmail is running and exit.
|
||||||
unless (check_screen("kmail_runs")) {
|
unless (check_screen("kmail_runs")) {
|
||||||
|
@ -11,7 +11,7 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kontact';
|
menu_launch_type 'kontact';
|
||||||
# Get rid of personal data
|
# Get rid of personal data
|
||||||
assert_and_click 'kde_cancel_button';
|
assert_and_click 'kde_cancel_button', timeout => 60;
|
||||||
if (check_screen("enable_unified_mailboxes", 3)) {
|
if (check_screen("enable_unified_mailboxes", 3)) {
|
||||||
assert_and_click "enable_unified_mailboxes";
|
assert_and_click "enable_unified_mailboxes";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user