1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 00:23:11 +00:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Lukas Ruzicka
fd386409fe Fix aaa_setup as requested in review. 2024-12-03 23:50:07 +00:00
Lukas Ruzicka
de640bfe3e Create a test for KDE KCalc. 2024-12-03 23:50:07 +00:00
Lukas Ruzicka
13d3686bc2 Create tests for KDE Gwenview 2024-12-03 13:37:51 -08:00
Adam Williamson
62ec56636b work around rhbz #2329581 (installer boot hang till key pressed)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-02 08:52:20 -08:00
Adam Williamson
1eb603e63d Update various needles for anaconda-webui-19
Think they updated the web framework and tweaked UI a bit.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-02 08:34:15 -08:00
Adam Williamson
c255a91f33 Drop skip_button needle
It was only used by a bit of gnome-initial-setup handling that
was removed as we no longer use it since F39 went EOL.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-02 07:39:50 -08:00
146 changed files with 1511 additions and 33 deletions

View File

@ -170,9 +170,11 @@ for button in ("div", "divider", "zero", "one", "two", "three", "four", "five",
"six","seven", "eight", "nine", "mod", "percent", "pi", "root",
"square", "sub"):
testtags.append(f"calc_button_{button}")
testtags.append(f"kcalc_button_{button}")
for result in ("BokZw", "Czo4s", "O9qsL", "WIxiR", "b5y2B", "h7MfO", "qxuBK",
"tWshx", "uC8Ul", "3LAG3"):
testtags.append(f"calc_result_{result}")
testtags.append(f"kcalc_result_{result}")
# Needles for Contacts
for hashname in ("jlJmL", "7XGzO", "ps61y", "OvXj~", "GqYOp", "VEFrP"):
testtags.append(f"contacts_name_{hashname}")

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 178,
"height": 27,
"ypos": 139,
"type": "match",
"xpos": 55
}
],
"properties": [],
"tags": [
"version_42_ident"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 270,
"ypos": 421,
"type": "match",
"width": 50,
"height": 17
}
],
"properties": [],
"tags": [
"anaconda_webui_select"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -0,0 +1,24 @@
{
"area": [
{
"width": 58,
"height": 58,
"xpos": 483,
"type": "match",
"ypos": 232
},
{
"height": 17,
"width": 31,
"type": "match",
"ypos": 425,
"xpos": 442
}
],
"properties": [],
"tags": [
"anaconda_install_done",
"ENV-DISTRI-fedora",
"LANGUAGE-english"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View File

@ -0,0 +1,17 @@
{
"area": [
{
"xpos": 364,
"ypos": 726,
"type": "match",
"height": 17,
"width": 154
}
],
"properties": [],
"tags": [
"ENV-DISTRI-fedora",
"LANGUAGE-english",
"anaconda_webui_begin_installation"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"ypos": 333,
"xpos": 266,
"height": 24,
"width": 141
}
],
"properties": [],
"tags": [
"anaconda_webui_disk_select"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"height": 20,
"width": 40,
"xpos": 363,
"type": "match",
"ypos": 724
}
],
"properties": [],
"tags": [
"anaconda_webui_next"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"width": 32,
"ypos": 46,
"height": 21,
"xpos": 970,
"type": "match"
}
],
"properties": [],
"tags": [
"skip_button",
"LANGUAGE-english"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 970,
"width": 32,
"type": "match",
"height": 21,
"ypos": 46
}
],
"properties": [],
"tags": [
"skip_button",
"LANGUAGE-english"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 551,
"ypos": 314,
"width": 54,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_about_credits"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 371,
"ypos": 255,
"width": 140,
"height": 23,
"type": "match"
},
{
"xpos": 382,
"ypos": 314,
"width": 42,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB

View File

@ -0,0 +1,29 @@
{
"area": [
{
"xpos": 32,
"ypos": 170,
"width": 75,
"height": 54,
"type": "match"
},
{
"xpos": 179,
"ypos": 172,
"width": 82,
"height": 55,
"type": "match"
},
{
"xpos": 324,
"ypos": 172,
"width": 85,
"height": 54,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_browse_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 987,
"ypos": 38,
"width": 28,
"height": 26,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_burger_menu"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 370,
"ypos": 380,
"width": 81,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_credits_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 242,
"ypos": 225,
"width": 74,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_file_select_jpg"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 5,
"ypos": 8,
"width": 58,
"height": 90,
"type": "match"
},
{
"xpos": 6,
"ypos": 687,
"width": 61,
"height": 72,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_fullscreen_on"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 354,
"ypos": 169,
"width": 215,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"xpos": 193,
"ypos": 145,
"width": 119,
"height": 111,
"type": "match",
"match": 90
}
],
"properties": [],
"tags": [
"gwen_image_default"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"ypos": 183,
"height": 111,
"xpos": 207,
"type": "match",
"width": 119
}
],
"properties": [],
"tags": [
"gwen_image_default"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 482,
"ypos": 453,
"width": 155,
"height": 97,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_image_next"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

View File

@ -0,0 +1,16 @@
{
"area": [
{
"xpos": 310,
"ypos": 334,
"width": 136,
"height": 50,
"type": "match",
"match": 90
}
],
"properties": [],
"tags": [
"gwen_image_rotated_left"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 541,
"ypos": 82,
"width": 86,
"height": 163,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_image_unfitted"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 318,
"ypos": 258,
"width": 183,
"height": 128,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_image_zoomed_in"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 6,
"ypos": 185,
"width": 131,
"height": 71,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_img_info"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 388,
"ypos": 3,
"width": 53,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_picture_name"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 243,
"ypos": 315,
"width": 70,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_pictures_directory"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 266,
"ypos": 278,
"width": 88,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_shortcuts_alt_page"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 266,
"ypos": 279,
"width": 126,
"height": 53,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_shortcuts_alt_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 442,
"ypos": 113,
"width": 122,
"height": 20,
"type": "match"
},
{
"xpos": 229,
"ypos": 192,
"width": 40,
"height": 18,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_shortcuts_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 58,
"ypos": 38,
"width": 67,
"height": 26,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_show_browse"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 5,
"ypos": 84,
"width": 103,
"height": 65,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_side_panel"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 537,
"ypos": 536,
"width": 127,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_submenu_about"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 800,
"ypos": 380,
"width": 55,
"height": 22,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_submenu_help"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 939,
"ypos": 689,
"width": 36,
"height": 23,
"type": "match"
}
],
"properties": [],
"tags": [
"gwen_zoom_ratio"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 197,
"ypos": 110,
"width": 19,
"height": 20,
"type": "match"
},
{
"xpos": 479,
"ypos": 111,
"width": 67,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"imageviewer_runs"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 404,
"ypos": 223,
"width": 51,
"height": 24,
"type": "match"
},
{
"xpos": 362,
"ypos": 273,
"width": 56,
"height": 27,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_about_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 542,
"ypos": 281,
"width": 48,
"height": 16,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_authors"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 358,
"ypos": 348,
"width": 136,
"height": 25,
"type": "match"
},
{
"xpos": 362,
"ypos": 416,
"width": 169,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_authors_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 360,
"ypos": 325,
"width": 95,
"height": 15,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_submenu_about"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 353,
"ypos": 140,
"width": 36,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"kde_mainmenu_help"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 350,
"ypos": 170,
"width": 200,
"height": 24,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_help_shown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 551,
"ypos": 394,
"width": 21,
"height": 24,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_add"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 714,
"ypos": 489,
"width": 17,
"height": 22,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_bclose"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 713,
"ypos": 425,
"width": 17,
"height": 28,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_bopen"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 344,
"ypos": 309,
"width": 22,
"height": 19,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_div"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 346,
"ypos": 309,
"width": 17,
"height": 17,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_divider"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 340,
"ypos": 364,
"width": 25,
"height": 25,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_eight"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 552,
"ypos": 515,
"width": 19,
"height": 22,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_equals"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 344,
"ypos": 425,
"width": 22,
"height": 24,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_five"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 238,
"ypos": 426,
"width": 25,
"height": 20,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_four"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 447,
"ypos": 309,
"width": 23,
"height": 21,
"type": "match"
}
],
"properties": [],
"tags": [
"kcalc_button_multi"
]
}

Some files were not shown because too many files have changed in this diff Show More