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

Re-add Block Editor e2e test #14228

Open
cameronvoell opened this issue Mar 10, 2021 · 1 comment
Open

Re-add Block Editor e2e test #14228

cameronvoell opened this issue Mar 10, 2021 · 1 comment
Labels
Gutenberg Editing and display of Gutenberg blocks. [Pri] High Testing [Type] Enhancement

Comments

@cameronvoell
Copy link
Contributor

cameronvoell commented Mar 10, 2021

Previously we had an e2e test for opening the Block Editor and then switching to the classic editor, that test was disabled because of performance constraints.

The Block Editor has had some performance improvements since that test had @Ignore key word added, it may be a good time to revisit adding a simple Block Editor test to the WPAndroid e2e test suite for catching issues related to Gutenberg editor code version mismatches or other issues with the Block Editor.

Relevant file: https://github.com/wordpress-mobile/WordPress-Android/blob/develop/WordPress/src/androidTest/java/org/wordpress/android/e2e/BlockEditorTests.java

@jd-alexander
Copy link
Contributor

jd-alexander commented Mar 16, 2021

@cameronvoell would it be fine to reuse the test that exists here and remove the classic editor related logic in it since it's going to be removed soon? I am going to go ahead and give this a go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gutenberg Editing and display of Gutenberg blocks. [Pri] High Testing [Type] Enhancement
Projects
None yet
Development

No branches or pull requests

4 participants