mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-23 07:35:44 +00:00
calendar, maps, weather: wait a bit longer for grant_access
One second doesn't seem to always be enough. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f5511a961e
commit
ba0005f062
@ -12,7 +12,7 @@ sub run {
|
|||||||
start_with_launcher('apps_menu_calendar');
|
start_with_launcher('apps_menu_calendar');
|
||||||
|
|
||||||
# give access to location if the vm asks for it
|
# give access to location if the vm asks for it
|
||||||
if (check_screen('grant_access', 1)) {
|
if (check_screen('grant_access', 5)) {
|
||||||
assert_and_click 'grant_access';
|
assert_and_click 'grant_access';
|
||||||
}
|
}
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
|
@ -12,7 +12,7 @@ sub run {
|
|||||||
start_with_launcher('apps_menu_maps');
|
start_with_launcher('apps_menu_maps');
|
||||||
# Check that is started
|
# Check that is started
|
||||||
# give access rights if asked
|
# give access rights if asked
|
||||||
if (check_screen('grant_access', 1)) {
|
if (check_screen('grant_access', 5)) {
|
||||||
assert_and_click 'grant_access';
|
assert_and_click 'grant_access';
|
||||||
}
|
}
|
||||||
assert_screen 'apps_run_maps';
|
assert_screen 'apps_run_maps';
|
||||||
|
@ -10,7 +10,7 @@ sub run {
|
|||||||
# start the application
|
# start the application
|
||||||
start_with_launcher('apps_menu_weather');
|
start_with_launcher('apps_menu_weather');
|
||||||
# give access rights if asked
|
# give access rights if asked
|
||||||
if (check_screen('grant_access', 1)) {
|
if (check_screen('grant_access', 5)) {
|
||||||
assert_and_click 'grant_access';
|
assert_and_click 'grant_access';
|
||||||
}
|
}
|
||||||
wait_still_screen 2;
|
wait_still_screen 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user