10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
149 stars 23 forks source link

Cypress integration migrated to 11+ #120

Closed jayedul closed 1 year ago

jayedul commented 1 year ago

Description of the Change

Cypress integration migrated to 11+

Closes #116

How to test the Change

Changelog Entry

Changed - Cypress integration migrated to 11+

Checklist:

  • [x] I agree to follow this project's Code of Conduct.
  • [x] I have updated the documentation accordingly.
  • [x] I have added tests to cover my change.
  • [x] All new and existing tests pass.
jeffpaul commented 1 year ago

@jayedul are there any additional work needed here or can this PR come out of draft for review?

jayedul commented 1 year ago

@jeffpaul This pull request is ready. However the Github action is failing due to WP ENV setup issue. I just checked it happens in all other opened PR also.

As it looks like, WP minimum version attempts to run on updated PHP environment. That's why we see the error PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /var/www/html/wp-includes/load.php:651

Sidsector9 commented 1 year ago

@jayedul I have synced the latest develop with this branch, all expect trunk is passing. Can you please check?

jayedul commented 1 year ago

@Sidsector9 Now all the tests pass successfully.