1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-22 23:25:45 +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:
Adam Williamson 2025-02-27 14:39:38 -08:00
parent f5511a961e
commit ba0005f062
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ sub run {
start_with_launcher('apps_menu_calendar');
# 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';
}
wait_still_screen 2;

View File

@ -12,7 +12,7 @@ sub run {
start_with_launcher('apps_menu_maps');
# Check that is started
# give access rights if asked
if (check_screen('grant_access', 1)) {
if (check_screen('grant_access', 5)) {
assert_and_click 'grant_access';
}
assert_screen 'apps_run_maps';

View File

@ -10,7 +10,7 @@ sub run {
# start the application
start_with_launcher('apps_menu_weather');
# give access rights if asked
if (check_screen('grant_access', 1)) {
if (check_screen('grant_access', 5)) {
assert_and_click 'grant_access';
}
wait_still_screen 2;