David Walsh
91f6545c09
UX: Remove the 'Source' and 'Link' URLs from NFT detail ( #20248 )
2023-08-04 13:28:34 -05:00
Nidhi Kumari
4c37448c97
Added IPFS toggle ( #20172 )
...
* added ipfs toggle
* added placeholder valur
* fixed snapshot
* updated tests
* updated spec file
* hide input if toggle is disabled
* updated e2e tests for nft image
* fixed view-ercc-1155 spec
* updated e2e tests for nfts
* added ipfs toggle modal
* updated UI for ipfs
* updated tests
* updated classname
* added placeholder image
* lint fix
* removed prop ipfsEnabled and used with selector
* fixed ui for ipfs toggle
* updated test
* updated test to handle cases
* nit fix
* ensure default image height match nft image
2023-08-01 23:51:51 +05:30
Peter
4422ce6eef
update isElementPresent usages ( #20112 )
2023-07-20 15:22:29 +01:00
vthomas13
4dcde1e216
Multichain Activity Screen ( #19557 )
...
* layout wip
* Icon changes, add badgewrapped icons to smart tx
* grouping by date wip
* typo fix
* group txs by date, button styling
* removing queue/history division, adding datestamp for pending tx, minor styling changes
* adding tests, updating snap
* font size fix
* e2e fixes
* Remove unnecessary tabIndex and keypress handler
* Fix typo for fontWeight
* Fix nesting warning by removing unnecessary Text
* Fix tests
* Fix import and exports
* Remove unused verbiage
* Update E2E selectors
* More E2E
* More E2Es
* More test fixes
* awaiting find instead of click
* adding regularDelayMs to flaky test
* removing delay
* increasing delay outside of wait
* adding back first-child to selector
* test fixes
* using datatestid for primary currency
* sorting date txgroups
* wip alignment for big numbers
* alignment issues fix
* lintfix
* adding tabindex, cursor pointer, updating snap
* unit test fix
* storybook additions
* snaphot update
* update snap
---------
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2023-07-17 13:48:15 -04:00
Nidhi Kumari
5bc0ba7f3a
Move "Import NFTs" to Modal ( #19806 )
...
* moved import nft to modal
* fixed modal state
* updated port-nft-popup
* updated onChange for import nft modal
* updated tests
* updated tests
* updated tests
* added story and updated spec file
* updated spec file
* updated spec file
* updated spec file for import-nft
* added focus to form field
* added autofocus to tokenId
2023-07-14 21:48:41 +05:30
Nidhi Kumari
af56e34d5f
Updated action list in token, NFTs and activity view ( #19702 )
...
* updated ui for nft import button
* updated no nft image found in the center
* updated footer for all screens in tabs
* removed no nft state from nft tab
* updated snapshot
* lint fix
* fixed e2e tests
* fixed prep build error
* removed no nfts yet test
* updated tabs
* fixed prod error
* updated no nft screen
* changed button size to md
2023-06-27 12:05:31 +05:30
Alex Donesky
c16b35c029
Extend wallet_watchAsset
to support ERC721
and ERC1155
tokens ( #19454 )
...
* Extend wallet_watchAsset to support ERC721 and ERC1155 tokens
2023-06-15 15:18:12 -05:00
Nidhi Kumari
a8e194a8f6
Send flow UI update ( #19465 )
...
* removed recents and added accounts in send flow
* updated add contact button and fixed full screen view
* updated ui for contacts
* fixed lint errors and test
* fixed lint errors
* fixed lint errors
* updated spec files
* fixed lint errors
* updated snapshot
* fixed edit in spec files
* removed unused console statement
* updated snapshot
* added userInput check
* updated snapshot and added hover
2023-06-08 22:39:39 +05:30
vthomas13
1726fb3fd0
Remove MULTICHAIN flag for NFT badges ( #19416 )
2023-06-04 12:28:48 -04:00
Jyoti Puri
f1de905be7
Fix details when transferring NFT not added to wallet ( #19045 )
2023-06-02 18:33:10 +05:30
Danica Shen
395ac34bed
chore: refactor connect to dapp action in e2e ( #19015 )
...
* chore: refactor connect to dapp action in e2e
* chore: refactor 2nd dapp connection
* chore: rename to openDapp
2023-05-05 14:56:08 +01:00
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
David Walsh
e895ff33f9
NFTs: Use Unknown Collection instead of first NFT name ( #18388 )
...
* NFTs: Use Unknown Collection instead of first NFT name
* Use localization in hook
* Get localization for previously owned
* Fix tests
---------
Co-authored-by: Dan Miller <danjm.com@gmail.com>
2023-03-31 06:41:07 -02:30
seaona
d4f04815c2
Remove timeouts without effect ( #18342 )
2023-03-28 14:59:41 +02:00
Vladimir Saric
1d5e8a7840
Added fallback copy for when we're not able to retrieve a erc721 or erc1155 name in the setApprovalForAll screen ( #17992 )
...
* Added fallback copy for when we're not able to retrieve a erc721 or erc1155 name in the setApprovalForAll screen and added unit tests
* Fixing lint
* Review requested changes
* Modify small copy changes in messages.json
* Fixing nft e2e tests
* Fixing nft e2e tests final
* Added snapshots for tests and removed data-testid
* Modify translation messages and e2e tests
2023-03-20 18:05:48 +01:00
Peter
7215fc25a4
Move nft e2e tests to main e2e test job ( #18055 )
...
* NFTs: Remove feature flag for release
* Update security tab jest test
* Fix broken test
* Update snapshot
* Update test
* Fix test
* remove nft build
* move tests to main e2e job
* remove nft scripts
* remove test for nft build
---------
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2023-03-14 15:21:24 +00:00
seaona
93be4810b9
Fix typo on test file ( #18124 )
2023-03-14 12:48:14 +01:00
Peter
0fca0e3542
Use deployed contracts in fixtures ( #18107 )
...
* substitute smart contact address in fixtures
* add smart contract fixtures
* rename fixture
* leverage fixture to import erc1155
* leverage fixture to import erc721
* fix flaky test
2023-03-13 14:31:14 +00:00
chloeYue
11c79dd629
Add e2e tests approval for all for erc1155 token ( #18047 )
...
add tests approval for all
2023-03-10 15:04:45 +01:00
David Walsh
d6e61e9d07
Fix #17948 - Allow editing of NFT sends ( #17970 )
2023-03-09 15:02:08 -06:00
chloeYue
c8e8db2666
Stabilize nft e2e tests ( #18006 )
2023-03-06 15:18:09 -06:00
chloeYue
4e807a967a
e2e test view erc1155 details ( #17942 )
2023-03-06 16:04:53 +01:00
chloeYue
9e7bc210a2
Add e2e test remove erc1155 token ( #17925 )
...
* add e2e test remove erc1155 token
2023-02-28 15:25:18 +01:00
chloeYue
5419f9414c
Add unhappypath test case for importing ERC1155 ( #17923 )
...
* add unhappypath test case for importing ERC1155 token
2023-02-28 15:23:06 +01:00
chloeYue
ababfec767
Add e2e test view nft details ( #17852 )
...
* e2e view nft details
2023-02-24 15:34:32 +01:00
chloeYue
a93a3d4966
e2e test remove nft ( #17896 )
2023-02-24 15:32:50 +01:00
Nidhi Kumari
33cc8d587a
NFT: Replaced all the instances of collectibles with NFTs ( #17741 )
...
* replaced all the instances of collectibles with nfts
* updated actions
* updated e2e seeder
* updated confirm Approve test
* updated test dapp change
* updated test dapp change
* nit fix
* nit fix
* updated casing and snapshots
* updated casinG
* added migrations
* updated ,igration
* updated 078.test
* updated tests for 078 migration
* updated migration
* updated 078 index.js
2023-02-17 00:53:29 +05:30
Nidhi Kumari
9b0e71f27f
Updated messages/strings to replace Collectibles with NFTs ( #17659 )
...
* updated json files to use NFT
* Update locale strings
* fixed lint errors
* updated json files
* updated removeCollectibleMessage and newNftAddedMessage
* updated test for nfts
2023-02-10 21:06:58 +05:30
chloeYue
82983694fe
Add e2e test: send nft ( #17638 )
...
* add e2e test send nft
2023-02-07 23:34:04 +01:00
chloeYue
024ff1e384
Add e2e test: import nft ( #17543 )
...
* add e2e test import nft
2023-02-02 20:01:41 +01:00
Peter Yinusa
245c32a99e
Nft build for e2e tests ( #17430 )
2023-01-27 12:45:35 -06:00