Skip to content

Commit 65ffaa1

Browse files
Update test instructions in to-test.md for Jetpack 15.2 (#45629)
* Update test instructions in to-test.md for Jetpack 15.2 * Add changelog * Remove unnecessary code snippet mention
1 parent bdde1c4 commit 65ffaa1

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: other
3+
Comment: Updating to-test.md.
4+
5+

projects/plugins/jetpack/to-test.md

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Jetpack 15.1.1
1+
## Jetpack 15.2
22

33
### Before you start
44

@@ -10,3 +10,88 @@
1010
- Or add the following to something like a code snippet plugin: `add_filter( 'jetpack_blocks_variation', function () { return 'beta'; } );`
1111

1212
You can see a [full list of changes in this release here](https://github.com/Automattic/jetpack-production/blob/trunk/CHANGELOG.md). Please feel free to test any and all functionality mentioned!
13+
14+
### Forms
15+
16+
#### Image Select Field
17+
18+
The image select field is under the beta flag, so to test it just enable beta blocks.
19+
20+
- Test the block with different images, options, styles, etc.
21+
- If possible, try different themes as well.
22+
- Once a response is sent, it should be visible in the Forms dashboard.
23+
- Try viewing the responses there and exporting them.
24+
25+
#### Other improvements
26+
27+
There are other small changes and new features for the Forms inbox
28+
29+
- [Added read/unread state to the UI](https://github.com/Automattic/jetpack/pull/45350)
30+
- [Add response view actions](https://github.com/Automattic/jetpack/pull/45352)
31+
- [More fun and elaborate empty states](https://github.com/Automattic/jetpack/pull/45421)
32+
33+
### Sharing Buttons Block
34+
35+
Related PRs: #45484
36+
37+
#### Testing Steps:
38+
39+
- Go to Posts > Add New
40+
- Insert sharing buttons block
41+
- Add Reddit button
42+
- Verify new logo appears in editor
43+
- Publish post
44+
- View on frontend and verify new logo displays correctly
45+
46+
### Slideshow Block
47+
48+
Related PRs: #45500, #45164
49+
50+
#### Testing Steps:
51+
52+
##### Image Size Selection (#45500):
53+
54+
- Add Slideshow block with multiple images
55+
- Wait for post to fully load
56+
- Change image size via sidebar settings
57+
- Verify change reflects immediately in editor
58+
- Save post and verify correct size shows on frontend
59+
- On Simple sites: Note that thumbnail size may differ from 150×150 (this is expected)
60+
61+
### Maps Block
62+
63+
Related PRs: #45476
64+
65+
#### Critical Fix – High Priority Testing
66+
67+
#### Testing Steps:
68+
69+
- Edit post or page content
70+
- Add Map block
71+
- Add a marker to the map
72+
- Verify block renders properly without error message
73+
- Add multiple markers
74+
- Verify map updates to show region displaying all markers
75+
- Confirm no “This block has encountered an error” message appears
76+
77+
### Newsletter Settings
78+
79+
Related PRs: #45368
80+
81+
#### Testing Steps:
82+
83+
- Go to Jetpack > Settings > Newsletter
84+
- Enable the feature
85+
- Scroll to “Sender name and reply-to settings”
86+
- Select “Replies will be sent to the post author’s email”
87+
- Verify explanatory text updates appropriately
88+
89+
### My Jetpack Page
90+
91+
Related PRs: #45474
92+
93+
#### Testing Steps:
94+
95+
- Enable Hello Dolly plugin
96+
- Go to My Jetpack page
97+
- Verify page displays correctly without visual issues

0 commit comments

Comments
 (0)