-
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
Remove 'View dispute' link in Transaction Timeline #7088
Remove 'View dispute' link in Transaction Timeline #7088
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: -37 B (0%) Total Size: 1.42 MB
ℹ️ View Unchanged
|
… details page is enabled, remove View dispute link on transaction details page.
…of github.com:Automattic/woocommerce-payments into fix/6928-remove-transaction-details-view-dispute-link
… on transaction details page is enabled.
…nsaction details page.
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.
@shendy-a8c I can't approve this as original PR author, but I have tested this and have confirmed that the View Dispute link is no longer rendered on the Transaction Details page.
Good idea to skip the dispute submission tests and refactor in a followup issue (#7377) – I've tested these flows manually and they are working well.
@@ -527,7 +527,8 @@ export const merchantWCP = { | |||
openChallengeDispute: async () => { | |||
await Promise.all( [ | |||
evalAndClick( | |||
'div.wcpay-dispute-details a.components-button.is-primary' | |||
// eslint-disable-next-line max-len | |||
'div.transaction-details-dispute-details-body div.transaction-details-dispute-details-body__actions button.components-button.is-primary' |
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.
Noting that we can make this more clear by adding and targeting a data-testid
attribute (or a similar).
This can be dealt with later in #7377.
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.
Good idea. I'll add that suggestion to #7377.
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.
Approving on @Jinksi's behalf.
Fixes #6928
Changes proposed in this Pull Request
Testing instructions
4000000000000259
to trigger a dispute upon purchase.With PR branch, you shouldn't see the link.
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge