Fix BECS and BLIK e2e test configuration #4731
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this Pull Request:
This PR ensures that the
run-e2e-tests
workflow uses the correct internal variable when selecting the Stripe keys to use for BECS and BLIK e2e tests. Prior to this fix, we would incorrectly use the standard keys and would then see failures in the tests due to the payment methods not being available.Testing instructions
Testing for this will be via GitHub itself.
fix/secret-resolution-for-lpm-e2e-tests
from the "Use workflow from" dropdownrelease/10.0.1
for the "Branch, Tag or SHA to checkout" field)becs
andblik
e2e tests for the workflow complete successfullyYou could also take a look at https://github.com/woocommerce/woocommerce-gateway-stripe/actions/runs/18555110727, which is a run I kicked off from this branch -- you can see that the
blik
andbecs
e2e tests pass, where they failed in the previous runs.Changelog entry
Changelog Entry Comment
Comment
This PR modifies a GitHub workflow and has no user-facing impact.
Post merge