Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix table Cypress tests against Wagtail 4.2
The Wagtail 4.2 release made changes to how the StreamField block UI is rendered, which broke our table-related Cypress tests that relied on a particular DOM structure. This commit fixes those tests. To verify, run a local server and run: `yarn cypress run --spec=test/cypress/integration/admin/admin.cy.js`
- Loading branch information