1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-03-25 14:24:32 +00:00

loupe: use gnome_selector_credits

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-20 14:05:17 -07:00
parent 84b7094911
commit c04484a079
5 changed files with 1 additions and 31 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

View File

@ -14,7 +14,7 @@ sub run {
assert_and_click("loupe_menu_about");
assert_screen("loupe_about_shown");
# Click on Credits
assert_and_click("loupe_about_credits");
assert_and_click("gnome_selector_credits");
assert_screen("loupe_credits_shown");
}