-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 transform from media to embed blocks #13997
Conversation
I added the mocking of audio and image test URLs and also used the video URL which was already mocked. |
088083c
to
ad23c70
Compare
The undo tests seem to fail for everyone on travis, for some they work on local. Ran locally they fail because of a timeout. Interestingly, setting the timeout to be higher using both Running in playback mode results in the same timeout, although visual inspection shows undo does work! |
Yes, the Undo tests are very unstable at the moment. I'm hoping this is improved with #14108. |
…s in to embeds when embeddable URLs are provided
ad23c70
to
2cce5c2
Compare
Closes #11901
Added e2e tests to test the transform of audio, video and image blocks in to embeds when embeddable URLs are provided
Description
Added e2e tests to test the transform of audio, video and image blocks in to embeds when embeddable URLs are provided
Checklist: