mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
panel: also handle permission request for Clocks
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1264ce4aca
commit
8bc74fd5dc
@ -27,7 +27,11 @@ sub run {
|
||||
# Check that when we click on World Clocks area
|
||||
# the clock application will be shown.
|
||||
assert_and_click("panel_add_world_clocks");
|
||||
assert_and_click("apps_run_clocks");
|
||||
assert_screen(["apps_run_clocks", "grant_access"]);
|
||||
click_lastmatch;
|
||||
if (match_has_tag("grant_access")) {
|
||||
assert_and_click("apps_run_clocks");
|
||||
}
|
||||
send_key("alt-f4");
|
||||
wait_still_screen(2);
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user