1
0
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:
Adam Williamson 2024-11-28 13:39:02 -08:00
parent 6c861c033e
commit dcad60de30
5 changed files with 4 additions and 36 deletions

View File

@ -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

View File

@ -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

View File

@ -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