Reusable Blocks: Move E2E tests setup logic to a beforeAll() #21249
Labels
[Feature] Synced Patterns
Related to synced patterns (formerly reusable blocks)
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Needs Dev
Ready for, and needs developer efforts
[Status] In Progress
Tracking issues with work in progress
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Code Quality
Issues or PRs that relate to code quality
The tests in
packages/e2e-tests/specs/editor/various/reusable-blocks.test.js
have an assumed order which is incorrect as tests should be able to run independently of one another.From #7947 (comment):
The text was updated successfully, but these errors were encountered: