Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjisclowder committed Sep 4, 2024
1 parent 9580f2e commit 754ecb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Below is a summary of the validations included:

* Validate that the 'IPFS gateway' toggle is present in the Security & Privacy settings and is ON by default.
* Validate that the toggle can be turned on and off.
* Validate that when the toggle is turned on, MetaMask shows images of NFTs, displays information related to ENS addresses, and fetches icons for different tokens.
* Validate that when the toggle is turned on, MetaMask shows images of NFTs
* Validate that when the toggle is turned off, NFT images are replaced by placeholders and I am prompted to turn on IPFS resolution

```markdown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Below is a summary of the validations included:

* Validate that the 'Show ENS domains in address bar' toggle is present in the Security & Privacy settings and is ON by default.
* Validate that the toggle can be turned on and off.
* Validate that when the toggle is turned on, MetaMask checks with Ethereum's ENS contract to find the code connected to the ENS name.
* Validate that if the code links to IPFS, the content associated with it is displayed.
* Validate that when the toggle is turned on, ENS domain name is displayed alongside the public address

```markdown

Expand Down

0 comments on commit 754ecb5

Please sign in to comment.