Wait a bit longer for different dialogs in KDE app kontact test
See https://openqa.fedoraproject.org/tests/498083 , we didn't wait long enough for Enable Unified Mailboxes. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5692692610
commit
0b1d481ae1
@ -11,12 +11,12 @@ sub run {
|
|||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'kontact';
|
menu_launch_type 'kontact';
|
||||||
# Enable unified mailboxes, if they appear
|
# Enable unified mailboxes, if they appear
|
||||||
if (check_screen("enable_unified_mailboxes", 1)) {
|
if (check_screen("enable_unified_mailboxes", 3)) {
|
||||||
assert_and_click "enable_unified_mailboxes";
|
assert_and_click "enable_unified_mailboxes";
|
||||||
}
|
}
|
||||||
# Get rid of personal data
|
# Get rid of personal data
|
||||||
assert_and_click 'kontact_provide_data';
|
assert_and_click 'kontact_provide_data';
|
||||||
if (check_screen("enable_unified_mailboxes", 1)) {
|
if (check_screen("enable_unified_mailboxes", 3)) {
|
||||||
assert_and_click "enable_unified_mailboxes";
|
assert_and_click "enable_unified_mailboxes";
|
||||||
}
|
}
|
||||||
# Check that it is started
|
# Check that it is started
|
||||||
|
Loading…
Reference in New Issue
Block a user