1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-02 15:15:44 +00:00

Adjust apps_startstop tests for GNOME 48 changes

GNOME 48 adds a new System folder alongside Utilities, and moves
things around a bit.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-18 10:10:19 -07:00
parent eda3f9b4b6
commit f7fe590346
19 changed files with 96 additions and 5 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 678,
"xpos": 612,
"type": "match",
"width": 40,
"height": 56
}
],
"properties": [],
"tags": [
"apps_menu_calculator"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 26,
"height": 26,
"xpos": 348,
"ypos": 408,
"type": "match"
}
],
"properties": [],
"tags": [
"apps_menu_chars"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 399,
"xpos": 469,
"type": "match",
"width": 85,
"height": 64
}
],
"properties": [],
"tags": [
"apps_menu_monitor"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 548,
"ypos": 408,
"width": 27,
"height": 28,
"type": "match"
}
],
"properties": [],
"tags": [
"apps_menu_system"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 33,
"height": 32,
"ypos": 405,
"xpos": 445,
"type": "match"
}
],
"properties": [],
"tags": [
"apps_menu_utilities"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 682 KiB

After

Width:  |  Height:  |  Size: 682 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"height": 19,
"width": 70,
"type": "match",
"xpos": 487,
"ypos": 53
}
],
"properties": [],
"tags": [
"apps_run_monitor",
"apps_run_systemmonitor"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# Start the application
start_with_launcher('apps_menu_chars', 'apps_menu_utilities');
start_with_launcher('apps_menu_chars');
# Check that is started
assert_screen 'apps_run_chars';
# Register application

View File

@ -8,7 +8,7 @@ use utils;
sub run {
my $self = shift;
# Start the application
start_with_launcher('apps_menu_disks', 'apps_menu_utilities');
start_with_launcher('apps_menu_disks', 'apps_menu_system');
# Check that is started
assert_screen 'apps_run_disks';
# Register application

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# Start the application
start_with_launcher('apps_menu_diskusage', 'apps_menu_utilities');
start_with_launcher('apps_menu_diskusage', 'apps_menu_system');
# Check that is started
assert_screen 'apps_run_diskusage';
# Register application

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# Start the application
start_with_launcher('apps_menu_logs', 'apps_menu_utilities');
start_with_launcher('apps_menu_logs', 'apps_menu_system');
# Check that is started
assert_screen 'apps_run_logs';
# Register application

View File

@ -9,7 +9,7 @@ sub run {
my $self = shift;
# Start the application
start_with_launcher('apps_menu_monitor');
start_with_launcher('apps_menu_monitor', 'apps_menu_system');
# Check that is started
assert_screen 'apps_run_monitor';
# Register application