Bump Gutenberg submodule and fix List block's e2e test#3014
Merged
cameronvoell merged 3 commits intodevelopfrom Jan 18, 2021
Merged
Bump Gutenberg submodule and fix List block's e2e test#3014cameronvoell merged 3 commits intodevelopfrom
cameronvoell merged 3 commits intodevelopfrom
Conversation
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `6f8a34c` to `9f7d9e7`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@6f8a34c...9f7d9e7) Signed-off-by: dependabot[bot] <support@github.com>
6 tasks
dcalhoun
approved these changes
Jan 18, 2021
Member
dcalhoun
left a comment
There was a problem hiding this comment.
I was able to run the iOS e2e tests successfully locally using Xcode 12.2. In Slack, Stefanos said he had passing tests for Android locally.
|
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gutenbergPR: WordPress/gutenberg#28286Description
This PR updates the Gutenberg submodule with the latest changes from
master(commit:04f9757) and includes the fix for List block's e2e test (commit:82bdf9d).How has this been tested?
This PR can be tested by running the List block's e2e test for each platform:
npm run test:e2e:android:local gutenberg-editor-lists-@canarynpm run test:e2e:ios:local gutenberg-editor-lists-@canaryFor more information about running e2e tests, check UI tests instructions (aka e2e tests).
These changes are also tested in the following PR checks:
ci/circleci: Test Androidci/circleci: Test Android on Device - Canariesci/circleci: Test iOSci/circleci: Test iOS on Device - CanariesPR submission checklist: