Skip to content

Commit

Permalink
Update send erc721 token origin MM.csv (#20879)
Browse files Browse the repository at this point in the history
Deleting line "The recipient's hexadecimal address is shown in the
activity list item." as the hexadecimal address is not supposed to be
shown in the activity list item unless you open the activity list item,
in the next step.

## Explanation

<!--
Thanks for the pull request. Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:

* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?

Are there any issues, Slack conversations, Zendesk issues, user stories,
etc. reviewers should consult to understand this pull request better?
For instance:

* Fixes #12345
* See: #67890
-->

## Screenshots/Screencaps

<!-- If you're making a change to the UI, make sure to capture a
screenshot or a short video showing off your work! -->

### Before

<!-- How did the UI you changed look before your changes? Drag your
file(s) below this line: -->

### After

<!-- How does it look now? Drag your file(s) below this line: -->

## Manual Testing Steps

<!--
How should reviewers and QA manually test your changes? For instance:

- Go to this screen
- Do this
- Then do this
-->

## Pre-merge author checklist

- [ ] I've clearly explained:
  - [ ] What problem this PR is solving
  - [ ] How this problem was solved
  - [ ] How reviewers can test my changes
- [ ] Sufficient automated test coverage has been added

## Pre-merge reviewer checklist

- [ ] Manual testing (e.g. pull and build branch, run in browser, test
code being changed)
- [ ] PR is linked to the appropriate GitHub issue
- [ ] **IF** this PR fixes a bug in the release milestone, add this PR
to the release milestone

If further QA is required (e.g. new feature, complex testing steps,
large refactor), add the `Extension QA Board` label.

In this case, a QA Engineer approval will be be required.
  • Loading branch information
benjisclowder authored Sep 25, 2023
1 parent 98066f7 commit fe9b9f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ The specified NFT token id is shown.
The estimated gas details are shown.
The total amount is shown.",
18,Confirm the transaction.,,"The transaction appears in the activity list.
The recipient's hexadecimal address is shown in the activity list item.
The amount is shown in the activity list item.",
19,Open the activity list item.,,"The transaction status, recipient's address, nonce, amount, gas and total are shown in the item details.",
20,Expand the Activity log.,,"The created, submitted and confirmed activity is shown in the activity log.",
21,Proceed to view the transaction on the block explorer.,,The block explorer opens in a new tab.,
21,Proceed to view the transaction on the block explorer.,,The block explorer opens in a new tab.,

0 comments on commit fe9b9f8

Please sign in to comment.