mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Update tour needles for upstream changes
Various changes to the Tour text needed needle updates. The final screen doesn't say "Have a nice day!" any more, so let's rename that needle. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
6b6cd20956
commit
96c75c5e28
15
needles/gnome/apps/tour/tour_done-20240412.json
Normal file
15
needles/gnome/apps/tour/tour_done-20240412.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 119,
|
||||
"xpos": 452,
|
||||
"ypos": 543,
|
||||
"height": 31,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"tour_done"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/tour/tour_done-20240412.png
Normal file
BIN
needles/gnome/apps/tour/tour_done-20240412.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
@ -10,6 +10,6 @@
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"tour_niceday"
|
||||
"tour_done"
|
||||
]
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
15
needles/gnome/apps/tour/tour_leftright-20240412.json
Normal file
15
needles/gnome/apps/tour/tour_leftright-20240412.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"type": "match",
|
||||
"height": 29,
|
||||
"ypos": 544,
|
||||
"width": 177,
|
||||
"xpos": 464
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"tour_leftright"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/tour/tour_leftright-20240412.png
Normal file
BIN
needles/gnome/apps/tour/tour_leftright-20240412.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
15
needles/gnome/apps/tour/tour_updown-20240412.json
Normal file
15
needles/gnome/apps/tour/tour_updown-20240412.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 168,
|
||||
"xpos": 470,
|
||||
"ypos": 544,
|
||||
"height": 32,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"tour_updown"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/tour/tour_updown-20240412.png
Normal file
BIN
needles/gnome/apps/tour/tour_updown-20240412.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
15
needles/gnome/apps/tour/tour_workspaces-20240412.json
Normal file
15
needles/gnome/apps/tour/tour_workspaces-20240412.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 498,
|
||||
"width": 225,
|
||||
"type": "match",
|
||||
"height": 28,
|
||||
"ypos": 536
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"tour_workspaces"
|
||||
]
|
||||
}
|
BIN
needles/gnome/apps/tour/tour_workspaces-20240412.png
Normal file
BIN
needles/gnome/apps/tour/tour_workspaces-20240412.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
@ -29,7 +29,7 @@ sub run {
|
||||
assert_screen("tour_leftright");
|
||||
send_key("right");
|
||||
|
||||
assert_screen("tour_niceday");
|
||||
assert_screen("tour_done");
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user