Plugin Compatibility Testing With Wordpress 6.8-RC2#264
Conversation
|
Hi @jeffpaul , @vikrampm1, @dkotter The plugin has been tested with an upcoming version of WordPress 6.8 RC-2 without any issues. QA Status: PASS Environment Tested Plugin version: Plugin enabled SS: |
|
@10up/open-source-practice e2e failures, perhaps the cypress-wp-utils bump to 0.6.0 will help but unsure if that'll resolve all the issues here? |
|
Tests are failing due to some secrets not existing. Do we know if those have been changed recently? I see those secrets set on this repo but can't tell if those actually have a value set. |
|
Just refreshed the repo secrets from what we have on record and re-ran the failed e2e jobs 🤞🏼 |
|
Whelp still seeing e2e tests. @rickalee any chance the secrets for our test Azure account have updated and need to be adjusted here? |
|
In chatting with @rickalee via Slack earlier, he confirmed things worked as expected in WP 6.7.2 and 6.8.1 so it sounds more like issues within our e2e tests/config. I wouldn't be surprised if it was a UI change in Gutenberg that's impacting things, so probably worth checking the Cypress test artifacts to see what's off and then trying to account for that in adjusted e2e tests. |
|
@10up/open-source-practice anyone able to help stabilize the e2e tests so we can comfortably bump the WP tested-up-to 6.8 here? |
Looking at this again, the tests are failing when trying to access/use the environment variables The error we are getting is |
|
Ah, reviewed another PR and the E2E tests were passing which seemed weird they would pass there but not here. Looking at this again, the issue here is this PR comes from a fork, which won't have access to our secrets and thus tests will not pass. So I think we're good to merge this in |

Description of the Change
Closes #263
How to test the Change
Follow the critical flows to test the PR
Changelog Entry