Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.58.1 #3769

Merged
merged 8 commits into from
Jul 30, 2021
Merged

Release 1.58.1 #3769

merged 8 commits into from
Jul 30, 2021

Conversation

fluiddot
Copy link
Contributor

@fluiddot fluiddot commented Jul 29, 2021

Release for Gutenberg Mobile 1.58.1

Related PRs

Extra PRs that Landed After the Release Was Cut

No extra PRs yet. 🎉

Changes

Test plan

  • Use the main WP apps to test the changes above.
  • Smoke test the main WP apps for general writing flow.
  • Test the Unsupported Block Editor on WP Apps (see steps).
  • Sanity test suites for WP Apps should be completed for each platform.

Release Submission Checklist

  • Verify Items from test plan have been completed
  • Approve and run optional Android and iOS UI tests
  • Check if RELEASE-NOTES.txt is updated with all the changes that made it to the release. Replace Unreleased section with the release version and create a new Unreleased section.
  • Check if gutenberg/packages/react-native-editor/CHANGELOG.md is updated with all the changes that made it to the release. Replace ## Unreleased with the release version and create a new ## Unreleased.
  • Bundle package of the release is updated.

@peril-wordpress-mobile
Copy link

Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job!

@fluiddot fluiddot marked this pull request as ready for review July 30, 2021 08:07
@fluiddot fluiddot requested a review from SiobhyB July 30, 2021 08:07
@fluiddot fluiddot added this to the 1.58.1 (17.9) milestone Jul 30, 2021
@fluiddot fluiddot self-assigned this Jul 30, 2021
@fluiddot
Copy link
Contributor Author

fluiddot commented Jul 30, 2021

🟢 Writing Flow Test Cases (iOS)

Tested with WPiOS build 53971 on iPhone 11 (iOS 14.2).

General

  • TC001 - Block insertion
  • TC001 - Paste formatted text copied from website
  • TC001 - Multiline components

Rich Text Format

  • TC001 - Bold, Italic, strikethrough buttons
  • TC002 - Alignment buttons
  • TC003 - Alignment Split
  • TC004 - Link button works without selection
  • TC005 - Link button works with a selected word
  • TC006 - Adding a link from a copied URL
  • TC007 - Test format detection under the cursor
  • TC008 - Test formatting doesn't remove leading or trailing whitespace
Splitting and merging
  • TC001 - Merge after writing
  • TC002 - Merge after selection
  • TC003 - Merge after deleting text
  • TC004 - Merge after deleting all
  • TC005 - Merge multiple blocks
  • TC006 - Splitting/merge list block

Undo / Redo - Test Cases

  • TC001 - Undo/redo block actions
  • TC002 - Undo/redo text
  • TC003 - Undo/redo text format

@SiobhyB
Copy link
Contributor

SiobhyB commented Jul 30, 2021

🟢 Writing Flow Test Cases (Android)

Tested with WPAndroid pr-15097-build-113285 on a Pixel 5 (Android 11).

General

  • TC001 - Block insertion
  • TC001 - Paste formatted text copied from website
  • TC001 - Multiline components

Rich Text Format

  • TC001 - Bold, Italic, strikethrough buttons
  • TC002 - Alignment buttons
  • TC003 - Alignment Split
  • TC004 - Link button works without selection
  • TC005 - Link button works with a selected word
  • TC006 - Adding a link from a copied URL
  • TC007 - Test format detection under the cursor
  • TC008 - Test formatting doesn't remove leading or trailing whitespace
Splitting and merging
  • TC001 - Merge after writing
  • [Skipping due to known issue] TC002 - Merge after selection
  • TC003 - Merge after deleting text
  • TC004 - Merge after deleting all
  • TC005 - Merge multiple blocks
  • TC006 - Splitting/merge list block

Undo / Redo - Test Cases

  • TC001 - Undo/redo block actions
  • TC002 - Undo/redo text
  • TC003 - Undo/redo text format

@fluiddot
Copy link
Contributor Author

fluiddot commented Jul 30, 2021

🟢 Test the new changes (iOS)

Tested with WPiOS build 53971 on iPhone 11 (iOS 14.2).

@SiobhyB
Copy link
Contributor

SiobhyB commented Jul 30, 2021

🟢 Test the new changes (Android)

Tested with WPAndroid pr-15097-build-113285 on a Pixel 5 (Android 11).

@SiobhyB
Copy link
Contributor

SiobhyB commented Jul 30, 2021

🟢 Unsupported Block Test Cases (Android)

Testing with WPAndroid pr-15097-build-113285 on a Pixel 5 (Android 11).

  • TC001 User can edit unsupported blocks on Simple WP.com sites
  • TC002 User can discard edits to an unsupported block on Simple WP.com sites
  • TC003 Editing unsupported blocks is allowed on Gutenberg-enabled Atomic sites
  • TC004 Editing unsupported blocks is disallowed on Classic-enabled Atomic sites
  • TC005 Editing unsupported blocks is enabled on self-hosted sites accessed via Jetpack
  • TC006 Editing unsupported blocks is disallowed on self-hosted sites access via their own username and password

@fluiddot
Copy link
Contributor Author

🟢 Unsupported Block Test Cases (iOS)

Tested with WPiOS build 53971 on iPhone 11 (iOS 14.2).

  • TC001 User can edit unsupported blocks on Simple WP.com sites
  • TC002 User can discard edits to an unsupported block on Simple WP.com sites
  • TC003 Editing unsupported blocks is allowed on Gutenberg-enabled Atomic sites
  • 🟡 [skipped due to a known issue] TC004 Editing unsupported blocks is disallowed on Classic-enabled Atomic sites
  • TC005 Editing unsupported blocks is enabled on self-hosted sites accessed via Jetpack
  • TC006 Editing unsupported blocks is disallowed on self-hosted sites access via their own username and password

@SiobhyB SiobhyB self-requested a review July 30, 2021 09:52
Copy link
Contributor

@SiobhyB SiobhyB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All checks are 🟢 and LGTM. :)

@fluiddot
Copy link
Contributor Author

fluiddot commented Jul 30, 2021

⚠️ The Test iOS on Device - Full job has failed several times due to flakiness (it was retried four times) so we decided to skip it in favor of merging this PR.

@fluiddot fluiddot merged commit 6d205fd into trunk Jul 30, 2021
@fluiddot fluiddot deleted the release/1.58.1 branch July 30, 2021 14:53
@SiobhyB SiobhyB restored the release/1.58.1 branch August 4, 2021 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants