Testing: Remove condition from 'autosave' e2e test #58959
Labels
[Feature] Saving
Related to saving functionality
[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
The
autosave
e2e test contains conditional assertion, which needs to be fixed and removed. See #58171 (comment).Details
Occasionally, upon reload, no server-provided autosave value is available despite having previously explicitly autosaved. The reasons for this are still unknown. Since this is unrelated to local autosave, until we can understand them, we'll drop this test's expectations if we don't have an autosave object available.
Possible causes
edit-form-blocks.php
file has a condition that will delete autosave before the editor is loaded. However, I couldn't reproduce it in a controlled environment for debugging.The text was updated successfully, but these errors were encountered: