-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E2E: fix merchant-orders-full-refund
missing order amount (#8319)
#8342
Conversation
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: 0 B Total Size: 1.27 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I only looked at the diff and compared it with https://github.com/Automattic/woocommerce-payments/pull/8319/files. Confirmed that GH check E2E Tests - Pull Request / WC - latest | wcpay - merchant
is green too.
This process (commit to trunk
and this PR brings that commit to develop
) feels weird though as it's not usual. Had that commit was made before the 7.3.0 release, it would have been included in the commit that merges trunk to develop ca8c7c0.
It's like an instinct to click that button. Fortunately, I read the PR body first. Scary. |
Co-authored-by: deepakpathania <[email protected]>
Another commit has been added to |
@shendy-a8c totally! Although, I hope branch protection would protect us. Next time I might do a cherry-pick rather than |
…8342) Co-authored-by: Miguel Gasca <[email protected]> Co-authored-by: deepakpathania <[email protected]>
Fixes #8330
Changes proposed in this Pull Request
Warning
Don't press
Update branch
since we don't wantdevelop
commits pushed totrunk
This PR carries over changes introduced to
trunk
via PR #8319 todevelop
.It fixes the
merchant-orders-full-refund
e2e test suite by changing the target element used to get the order amount.Testing instructions
E2E Tests - Pull Request / WC - latest | wcpay - merchant (pull_request)
merchant-orders-full-refund
passes (see passing test) ✅npm run changelog
to add a changelog file, changelog N/A, pulling over a single commitPost merge