1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/e2e/nft
Mark Stacey 7f6bdf0178
Fix e2e test for NFT interactions (#18540)
The test `should transfer a single ERC721 NFT from one account to another`
has been failing intermittently. It seems to be failing due to a race
condition; the first render shows "Send Token" but later renders show
"Send TDC". The test only passes if it runs fast enough to read the
first render of the list item component.

The test has been updated to look for the text "Send TDC", which is
what the component shows from the second render onward.
2023-04-12 09:21:33 -02:30
..
erc721-interaction.spec.js Fix e2e test for NFT interactions (#18540) 2023-04-12 09:21:33 -02:30
erc1155-interaction.spec.js Added fallback copy for when we're not able to retrieve a erc721 or erc1155 name in the setApprovalForAll screen (#17992) 2023-03-20 18:05:48 +01:00
import-erc1155.spec.js NFTs: Use Unknown Collection instead of first NFT name (#18388) 2023-03-31 06:41:07 -02:30
import-nft.spec.js NFT: Replaced all the instances of collectibles with NFTs (#17741) 2023-02-17 00:53:29 +05:30
remove-erc1155.spec.js Use deployed contracts in fixtures (#18107) 2023-03-13 14:31:14 +00:00
remove-nft.spec.js Use deployed contracts in fixtures (#18107) 2023-03-13 14:31:14 +00:00
send-nft.spec.js Use deployed contracts in fixtures (#18107) 2023-03-13 14:31:14 +00:00
view-erc1155-details.spec.js Use deployed contracts in fixtures (#18107) 2023-03-13 14:31:14 +00:00
view-nft-details.spec.js Use deployed contracts in fixtures (#18107) 2023-03-13 14:31:14 +00:00