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

Test PR for gb-mobile audio block add from URL prompt #14675

Closed
wants to merge 2 commits into from

Conversation

hypest
Copy link
Contributor

@hypest hypest commented May 18, 2021

This is a test PR to try out wordpress-mobile/gutenberg-mobile#3518

To test:

Regression Notes

  1. Potential unintended areas of impact

  2. What I did to test those areas of impact (or what existing automated tests I relied on)

  3. What automated tests I added (or what prevented me from doing so)

PR submission checklist:

  • I have completed the Regression Notes.
  • I have considered adding accessibility improvements for my changes.
  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented May 18, 2021

You can trigger optional UI/connected tests for these changes by visiting CircleCI here.

@peril-wordpress-mobile
Copy link

Warnings
⚠️ PR is missing at least one label.

Generated by 🚫 dangerJS

@peril-wordpress-mobile
Copy link

peril-wordpress-mobile bot commented May 18, 2021

You can test the changes on this Pull Request by downloading the APK here.

@@ -2288,7 +2288,7 @@ private GutenbergPropsBuilder getGutenbergPropsBuilder() {
enableXPosts,
isUnsupportedBlockEditorEnabled,
unsupportedBlockEditorSwitch,
!isFreeWPCom, // Disable audio block until it's usable on free sites via "Insert from URL" capability
true, //!isFreeWPCom, // Disable audio block until it's usable on free sites via "Insert from URL" capability
Copy link
Contributor

Choose a reason for hiding this comment

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

Reporter: CheckStyle
Rule: com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineCheck
Severity: ERROR
File: /home/circleci/project/WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java L2291
Line comments // must be followed by one whitespace

@@ -2288,7 +2288,7 @@ private GutenbergPropsBuilder getGutenbergPropsBuilder() {
enableXPosts,
isUnsupportedBlockEditorEnabled,
unsupportedBlockEditorSwitch,
!isFreeWPCom, // Disable audio block until it's usable on free sites via "Insert from URL" capability
true, //!isFreeWPCom, // Disable audio block until it's usable on free sites via "Insert from URL" capability
Copy link
Contributor

Choose a reason for hiding this comment

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

Reporter: CheckStyle
Rule: com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck
Severity: ERROR
File: /home/circleci/project/WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java L2291
Line is longer than 120 characters (found 125).

@hypest
Copy link
Contributor Author

hypest commented May 18, 2021

👋 @jd-alexander , I created this new set of WPAndroid and gb-mobile PRs to test out the popup prompt Gutenberg PR for the Audio block and looks like the binaries produced here are not crashing on editor-open like in #13833 (comment). Can you try as well? Thanks!

I tried both a locally built vanillaRelease and the the installable build https://106186-9306568-gh.circle-artifacts.com/0/Artifacts/WordPress-pr-14675-build-106186.apk and the editor works fine. Just for easy testing, I've enabled the audio block for all sites, and not meaning to merge these PRs.

@jd-alexander
Copy link
Contributor

👋 @jd-alexander , I created this new set of WPAndroid and gb-mobile PRs to test out the popup prompt Gutenberg PR for the Audio block and looks like the binaries produced here are not crashing on editor-open like in #13833 (comment). Can you try as well? Thanks!

I tried both a locally built vanillaRelease and the the installable build https://106186-9306568-gh.circle-artifacts.com/0/Artifacts/WordPress-pr-14675-build-106186.apk and the editor works fine. Just for easy testing, I've enabled the audio block for all sites, and not meaning to merge these PRs.

Awesome! I tested it and I can confirm that it works. I am wondering what changed 🤔

@jd-alexander
Copy link
Contributor

jd-alexander commented May 19, 2021

I am updating the main gutenberg-mobile PR with this approach so that that the WP Android PR can be used to test the changes in the PR. Thanks for the help with this. I am wondering if the issue was due to bintray build failure.

@hypest
Copy link
Contributor Author

hypest commented May 20, 2021

Closing as this PR is not needed anymore.

@hypest hypest closed this May 20, 2021
@hypest hypest deleted the test/gutenberg-test-audio-add-from-url-prompt branch December 20, 2021 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants