initializeEditor test helper supports Reassure performance tests #49752
Labels
Mobile App - i.e. Android or iOS
Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change)
Needs Dev
Ready for, and needs developer efforts
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Bug
An existing feature does not function as intended
What problem does this address?
The native mobile
initializeEditor
test helper is incompatible with therecently added Reassure performance testing library. This incompatibility stems
from both Reassure and
initializeEditor
needing to control therender
of thecomponent tree. In order to simplify writing performance tests for various block
types, we should refactor
initializeEditor
to support usage with Reassure.#49221
What is your proposed solution?
An ideal design might resemble the following pseudo code:
The text was updated successfully, but these errors were encountered: