bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
86 stars 19 forks source link

WordPress 6.5 compatibility issues #137

Closed preslavpetkov closed 2 months ago

preslavpetkov commented 3 months ago

Describe the bug WP-Cypress does not render WP as expected in 6.5

To Reproduce Steps to reproduce the behaviour:

  1. Change WP versions in .wp-env.json and cypress.config.js
  2. Run npx wp-cypress start
  3. Open new article
  4. See alignment issue

Expected behaviour Upgrading to WP 6.5 should produce similar article UI as 6.4 or 6.3

Screenshots 6.3 image

6.4 image

6.5 image

Desktop (please complete the following information):

preslavpetkov commented 3 months ago

Discussed with John Munster who has experienced this issue on a blank install. It has also occurred when in read only.

preslavpetkov commented 2 months ago

Managed to resolve locally