Skip to content

Commit

Permalink
Jetpack: Blank out to-test.md (#40444)
Browse files Browse the repository at this point in the history
* Clear out testing instructions

* Blank out testing instructions

* Add back version to to-test.md
  • Loading branch information
tbradsha authored Dec 4, 2024
1 parent 428a2a8 commit 26eb58b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Testing: Remove old instructions.
59 changes: 1 addition & 58 deletions projects/plugins/jetpack/to-test.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Jetpack 14.1
## Jetpack 14.2

### Before you start:

Expand All @@ -10,63 +10,6 @@
- Or add the following to something like a code snippet plugin: `add_filter( 'jetpack_blocks_variation', function () { return 'beta'; } );`
- To test Breve further in the document please enable the feature with the following snippet: `add_filter( 'breve_enabled', '__return_true' );`

## Growth Bundle

In this release, we are introducing a new Growth bundle that includes Stats, Social, and Newsletter paid features.

#### Test functionality

You need a site with the Jetpack Growth plan for this test. Make sure all features that come with Growth are working correctly and are not hidden behind paywalls or overlays.

- Go to the Stats page and ensure you can see all available stats with no upgrade overlays.
- Go to `/wp-admin/admin.php?page=jetpack-social` and ensure you don't see any upsells and that all features are available.
- Go to `/wp-admin/admin.php?page=jetpack#/newsletter` and activate Newsletter. Make sure you see no upsells and that all features are available.

#### Bundle interstitials (including Growth)

In My Jetpack, visit the following paths to make sure the bundle interstitials look good and the CTA's go to checkout with the correct item in the cart:

- `/wp-admin/admin.php?page=my-jetpack#/add-security`
- `/wp-admin/admin.php?page=my-jetpack#/add-growth`
- `/wp-admin/admin.php?page=my-jetpack#/add-complete`

Note: The images on the interstitials may be updated in the future, they've not been designed yet and we wanted to get this into the testing period so we shipped with existing images.

#### Bundle recommendations (including Growth)

On a new testing site, connect your account via the welcome banner in My Jetpack. Fill out the survey with the options "Grow my audience" and "Create quality content". You should see the Growth bundle as the first recommendation.

- Ensure the Purchase and Learn More CTAs work correctly.
- If you'd like, you can also play around with the survey to test the Complete and Security bundles too.

#### Make sure Creator is no longer promoted in the plugin

The Growth bundle is replacing the Creator product. Make sure you don't see any Creator upsells, ads, or promotions in the plugin.

## Ensure list-to-table AI transform works as expected

- Create a new post and create a top-level list (this will not work for sublists).
- On the top level list click the AI Assistant icon.
- There should now be an option "Turn list into table" in the menu.
- Upon clicking this option the block should be converted to an AI Assistant block, and the list will be turned into a table.
- If you click the trash icon ("Discard") the original list should be restored.
- Bring up the AI Assistant menu again. Click "Accept" after converting the list and your original list should be replaced by the table.

## Verify Slideshow block works as expected in Row and Column blocks

- Add a Row block to a post.
- Add a Slideshow block inside the Row block.
- Add a few images to the Slideshow.
- Visit the post in the frontend and make sure the Slideshow works properly.
- Test the multiple Slideshow blocks inside a Row and inside Columns, and make sure it also works properly in the different scenarios.

### And More!

Other particularly noteworthy changes in 14.0 include:

- Support for Bluesky in Jetpack Social.
- Related Posts block can now be used on non-post CPTs.

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!

**Thank you for all your help!**

0 comments on commit 26eb58b

Please sign in to comment.