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:
Adam Williamson 2024-04-12 12:04:25 -07:00
parent 6b6cd20956
commit 96c75c5e28
11 changed files with 63 additions and 3 deletions

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 119,
"xpos": 452,
"ypos": 543,
"height": 31,
"type": "match"
}
],
"properties": [],
"tags": [
"tour_done"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -10,6 +10,6 @@
],
"properties": [],
"tags": [
"tour_niceday"
"tour_done"
]
}
}

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"type": "match",
"height": 29,
"ypos": 544,
"width": 177,
"xpos": 464
}
],
"properties": [],
"tags": [
"tour_leftright"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"width": 168,
"xpos": 470,
"ypos": 544,
"height": 32,
"type": "match"
}
],
"properties": [],
"tags": [
"tour_updown"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,15 @@
{
"area": [
{
"xpos": 498,
"width": 225,
"type": "match",
"height": 28,
"ypos": 536
}
],
"properties": [],
"tags": [
"tour_workspaces"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

View File

@ -29,7 +29,7 @@ sub run {
assert_screen("tour_leftright");
send_key("right");
assert_screen("tour_niceday");
assert_screen("tour_done");
}
sub test_flags {