1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

Make various fixes in Workstation product to make tests pass.

This commit is contained in:
Lukas Ruzicka 2023-08-08 11:44:11 +02:00
parent 475b875bc0
commit 8ac3885897
32 changed files with 227 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 166,
"width": 144,
"type": "match",
"xpos": 260,
"height": 128
}
],
"properties": [],
"tags": [
"calc_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 739 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 225,
"width": 171,
"type": "match",
"height": 108,
"xpos": 428
}
],
"properties": [],
"tags": [
"chars_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 445,
"ypos": 292,
"width": 109,
"height": 27,
"type": "match"
}
],
"properties": [],
"tags": [
"dialogue_third_party_repos"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 102,
"ypos": 140,
"height": 20,
"xpos": 459,
"type": "match"
}
],
"properties": [],
"tags": [
"apps_run_imageviewer"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 94,
"xpos": 444,
"ypos": 340,
"width": 135
}
],
"properties": [],
"tags": [
"eog_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 57,
"xpos": 460,
"ypos": 411,
"width": 149
}
],
"properties": [],
"tags": [
"eog_credits_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 490,
"width": 138,
"type": "match",
"height": 14,
"xpos": 856
}
],
"properties": [],
"tags": [
"eog_menu_about"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"xpos": 103,
"height": 20,
"ypos": 328,
"width": 15
}
],
"properties": [],
"tags": [
"evince_documents"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 137,
"ypos": 233,
"height": 132,
"xpos": 445,
"type": "match"
}
],
"properties": [],
"tags": [
"fonts_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 109,
"width": 357,
"type": "match",
"height": 30,
"xpos": 639
}
],
"properties": [],
"tags": [
"panel_volume_bar_fifty"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 357,
"ypos": 112,
"height": 25,
"xpos": 635,
"type": "match"
}
],
"properties": [],
"tags": [
"panel_volume_bar_hundred"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 358,
"ypos": 108,
"height": 30,
"xpos": 640,
"type": "match"
}
],
"properties": [],
"tags": [
"panel_volume_bar_zero"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 439,
"height": 159,
"type": "match",
"width": 146,
"ypos": 144
}
],
"properties": [],
"tags": [
"gte_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 385,
"ypos": 499,
"width": 53,
"height": 27,
"type": "match"
}
],
"properties": [],
"tags": [
"gnome_button_ignore"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 158,
"xpos": 465,
"type": "match",
"width": 98,
"ypos": 144
}
],
"properties": [],
"tags": [
"nautilus_about_show"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View File

@ -18,7 +18,7 @@ sub run {
desktop_vt;
# Start the application
menu_launch_type("image viewer");
menu_launch_type("eye of gnome");
# Check that is started
assert_screen 'apps_run_imageviewer';

View File

@ -25,7 +25,7 @@ sub run {
# it in an image viewer to see that it is correct.
#
# Open the Image Viewer
menu_launch_type("image viewer");
menu_launch_type("eye of gnome");
assert_screen("apps_run_imageviewer");
send_key("super-up");
# Read the file into the application.