mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-02 18:13:10 +00:00
Compare commits
No commits in common. "5c62a909c8692310768a8b08fe00d7eaf5fa41b9" and "47f239e03dd1ef9a9ab2a3ff6ac4dbf001e95b1b" have entirely different histories.
5c62a909c8
...
47f239e03d
@ -4,7 +4,6 @@
|
||||
"xpos": 217,
|
||||
"ypos": 82,
|
||||
"type": "match",
|
||||
"match": 92,
|
||||
"width": 201,
|
||||
"height": 27
|
||||
}
|
||||
@ -13,4 +12,4 @@
|
||||
"tags": [
|
||||
"maps_issues_opened"
|
||||
]
|
||||
}
|
||||
}
|
@ -12,10 +12,6 @@ sub run {
|
||||
# Start the Application
|
||||
menu_launch_type("weather");
|
||||
assert_screen ["apps_run_weather", "grant_access"];
|
||||
# sometimes we match apps_run_weather for a split second before
|
||||
# grant_access appears, so handle that
|
||||
wait_still_screen 3;
|
||||
assert_screen ['apps_run_weather', 'grant_access'];
|
||||
# give access rights if asked
|
||||
if (match_has_tag 'grant_access') {
|
||||
click_lastmatch;
|
||||
|
Loading…
Reference in New Issue
Block a user