1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/test/e2e/tests
Mark Stacey 2ccc1977bf
Update the PhishingController to v2 and update phishing warning page (#17835)
The PhishingController has been updated to v2. This release should
dramatically reduce network traffic and double the update speed of the
phishing list.

This was accomplished by combining both of our phishing configurations
into one list (the "stalelist"), then creating a separate list of the
changes just the past few days (the "hotlist"). Now users will download
a smaller list more frequently (every 30 minutes rather than every
hour), whereas the full list is only updated every 4 days.

The combined configuration means that we no longer know which list was
responsible for each block. The phishing warning page has been updated
to dynamically look this information up, to ensure users are still
directed to the correct place to dispute a block. This update to the
phishing warning page also includes the recent redesign.
2023-02-24 11:39:00 -03:30
..
account-details.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
add-account.spec.js [e2e] [MV3] Fix Add Account e2e flaky test for MV3 build (#16603) 2022-11-24 19:09:54 +01:00
add-custom-network.spec.js [e2e]Add e2e test for deleting custom network (#17254) 2023-01-27 16:50:08 +00:00
add-hide-token.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
address-book.spec.js Remove new address alert (#14811) 2022-12-08 14:20:24 +00:00
advanced-settings.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
auto-lock.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
backup-restore.spec.js [E2E] Restore tests (#16298) 2022-10-31 09:48:04 +00:00
chain-interactions.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
clear-activity.spec.js Rename reset account settings (#17457) 2023-02-10 22:50:12 +01:00
contract-interactions.spec.js Remove new address alert (#14811) 2022-12-08 14:20:24 +00:00
custom-rpc-history.spec.js Mitigate flaky test with the use of new function (#16655) 2022-11-24 19:10:07 +01:00
custom-token-add-approve.spec.js Copy update on Transaction breakdown for ApproveToken (#17296) 2023-01-25 10:15:58 -05:00
dapp-interactions.spec.js MenuItem: Fix layout of menu item with subtitle (#17650) 2023-02-21 09:50:54 -06:00
dapp-tx-edit.spec.js Prevent user from editing a contract interaction created by a dapp (#16498) 2022-11-15 12:28:39 -03:30
edit-gas-fee.spec.js Removing flag for EIP1559 V2 support (#16446) 2022-12-09 00:07:06 +05:30
encrypt-decrypt.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
errors.spec.js Refactor Errors E2E test to no longer rely upon a real error (#17332) 2023-01-23 12:58:35 -06:00
eth-sign.spec.js Disable eth_sign by default, allow users to toggle it back on (#17308) 2023-02-06 13:17:50 -03:30
failing-contract.spec.js Ensure simulation failure warning is shown on all networks and accounts (#17458) 2023-02-10 11:45:54 -03:30
from-import-ui.spec.js Fix #15050 - MV3: Keep the user logged in when service worker restarts (#15558) 2022-11-23 18:49:24 -06:00
incremental-security.spec.js Remove ONBOARDING_V2 flag for release (#16865) 2023-01-13 10:25:01 -06:00
localization.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
lock-account.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
lockdown.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
metamask-responsive-ui.spec.js Remove ONBOARDING_V2 flag for release (#16865) 2023-01-13 10:25:01 -06:00
metrics.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
navigate-transactions.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
network-error.spec.js Removing flag for EIP1559 V2 support (#16446) 2022-12-09 00:07:06 +05:30
nfts.spec.js NFT: Replaced all the instances of collectibles with NFTs (#17741) 2023-02-17 00:53:29 +05:30
onboarding.spec.js Add e2e test: add custome network during onboarding (#17436) 2023-01-31 13:58:39 +01:00
permissions.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
personal-sign.spec.js Use PageContainerFooter to render footer on all confirmation pages (#17316) 2023-01-23 20:52:12 +05:30
phishing-detection.spec.js Update the PhishingController to v2 and update phishing warning page (#17835) 2023-02-24 11:39:00 -03:30
portfolio-site.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
provider-api.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
send-edit.spec.js Removing flag for EIP1559 V2 support (#16446) 2022-12-09 00:07:06 +05:30
send-eth.spec.js e2e Send to Multisig Wallet (#17565) 2023-02-10 15:35:45 +01:00
send-hex-address.spec.js Remove new address alert (#14811) 2022-12-08 14:20:24 +00:00
send-to-contract.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
settings-general.spec.js Continue converting tests from enzyme to @testing-library/react (#16458) 2022-11-29 07:42:59 -08:00
settings-search.spec.js Update UI for transaction security check in settings (#16830) 2023-01-04 15:59:48 -06:00
signature-request.spec.js Update signature request screens (#15776) 2022-11-30 19:11:36 +01:00
signin-with-ethereum.spec.js Add e2e test sign in with ethereum (#17823) 2023-02-21 22:55:47 +01:00
simple-send.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
state-logs.spec.js E2e test fixtures (#16061) 2022-10-28 09:42:12 +01:00
stuck-approved-transaction.spec.js Call onbootcleanup at the end of the tx controller constructor (#16449) 2022-11-10 09:58:27 -03:30
token-details.spec.js MenuItem: Fix layout of menu item with subtitle (#17650) 2023-02-21 09:50:54 -06:00