mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-04 16:43:08 +00:00
F39 EOL cleanup: remove Cheese support
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6c861c033e
commit
dcad60de30
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"width": 19,
|
||||
"xpos": 235,
|
||||
"ypos": 264,
|
||||
"height": 23
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_menu_camera"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
@ -1,15 +0,0 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"ypos": 41,
|
||||
"width": 94,
|
||||
"type": "match",
|
||||
"height": 20,
|
||||
"xpos": 279
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"apps_run_camera"
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
@ -12,12 +12,10 @@ sub run {
|
||||
|
||||
# Start the application
|
||||
start_with_launcher('apps_menu_camera');
|
||||
# Check that is started or we see the camera access dialog
|
||||
assert_screen ['apps_run_camera', 'grant_access'];
|
||||
if (match_has_tag 'grant_access') {
|
||||
click_lastmatch;
|
||||
assert_screen 'apps_run_camera';
|
||||
}
|
||||
# Click the camera access dialog
|
||||
assert_and_click 'grant_access';
|
||||
# Check we see the app run
|
||||
assert_screen 'apps_run_camera';
|
||||
# Register application
|
||||
register_application("gnome-snapshot");
|
||||
# Close the application
|
||||
|
Loading…
Reference in New Issue
Block a user