-
Notifications
You must be signed in to change notification settings - Fork 57
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
Make inserter to show options on long-press to add before/after #1645
Make inserter to show options on long-press to add before/after #1645
Conversation
@ceyhun do you mind to update the branch with the latest changes from develop? We have some updates there that sort some of the issue with the e2e tests, that I would like to see running on this PR :). |
@SergioEstevao I merged develop and also rebased gutenberg PR onto develop's hash. Still all e2e tests are failing. |
👋 @ceyhun! I know that it used to be the case that e2e tests would fail for PRs from forks (comment on PR from April with similar issue). I'm guessing that is why you updated the submodule ref to point at your gutenberg fork. I nevertheless pushed your code to branches with the same name on |
Hello @mchowning 🤔 Before it was failing on both iOS and Android, last test run seems to be behaving differently now. Let me see if I reproduce this when I run locally. |
@mchowning I was able to reproduce locally. So I merged develop and also changed the gutenberg ref to the most recent changes of my gutenberg PR and then I ran again locally. Some of them passed this time but there are still failing ones. Then I tried running e2e tests locally on the Can you please try again with these changes I pushed? Maybe they fail locally but will run successfully on CI? |
And now the device tests for both platforms in addition to the jest tests for ios are failing. 😱 I pushed your code to the project repo and the device tests are passing, but it's got a single failure with the jest tests on iOS. 😕 I can reproduce that failure locally if I run When I run the jest tests locally I only see the same single iOS test failure that CI is reporting, so if you're seeing more failures than that, let me know. In that case there may be some kind of setup issue we need to resolve. |
Thanks for trying again @mchowning :) For some reason I don't understand yet
when rendered to JSON returns an array on Android but an object on iOS. |
I just merged |
Thanks again @mchowning 👍 I had a conflict in my gutenberg PR so I rebased it and also merged develop here again. Android issues seem to be fixed now for me. |
…-add-before-after
…-add-before-after
…-add-before-after
Fixes #1433
Gutenberg PR: WordPress/gutenberg#18791
For detailed test cases and screenshots, please check out WordPress/gutenberg#18791
Update release notes:
RELEASE-NOTES.txt
.