1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/e2e/tests
Olusegun Akintayo b6673731e2
Implement Network Switcher designs (#12260)
* Show test networks toggle button in settings/advanced tab.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Apply toggle testnet settings and show/hide testnets when on/off
Add localhost to testnet.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fixes.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Show add network button

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Open full screen when add network is called.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Show custonm rpc before testnet rpcs
lint fixes.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Test cases for network dropdown.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Test cases for toggle test networks in advanced tab component.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fixes.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Fix Locales.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* E2E Tests: Custom RPC is now called Add Network

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fix

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* E2E: When Add Network button is clicked, wait for the full screen window to
be visible

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* findVisibleElement should use a class. i.e start with a dot

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Hide Dropdown when Add Netwok is clicked.
Only show full screen if it's not already showing.
E2E tests passing.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fixes

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Fix tests for jest

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Testnets are not being shown by default anymore, tests should use
Mainnet instead.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Import Button from ui
Change selector name to getShowTestnetworks
Fix button to show full width

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Fix e2e tests

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Remove localhost from INFURA provider types.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Fix errors in Advanced Tab Component tests

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fixes

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Fix unit tests for advanced tab component.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Remove deleted elements from e2e tests

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Make sure all tests passed.

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>

* Lint fixes

Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
2021-10-28 23:31:05 +04:00
..
account-details.spec.js refactor account details test to use fixtures (#11926) 2021-08-26 17:08:48 +01:00
add-account.spec.js account tests using fixtures (#11374) 2021-06-24 15:19:31 +01:00
add-hide-token.spec.js Adding fake token warning and replacing Add Token labels with Import Tokens (#11798) 2021-09-10 16:21:04 -04:00
address-book.spec.js use waitForSelector instead of until (#10852) 2021-04-13 16:36:02 -05:00
contract-interactions.spec.js Lavamoat build system integration for WebApp (#12242) 2021-10-05 12:06:31 -10:00
custom-rpc-history.spec.js Implement Network Switcher designs (#12260) 2021-10-28 23:31:05 +04:00
from-import-ui.spec.js Fixing address truncation papercuts (#12330) 2021-10-13 12:54:48 -05:00
incremental-security.spec.js Fixing address truncation papercuts (#12330) 2021-10-13 12:54:48 -05:00
localization.spec.js add key literals to driver (#10854) 2021-04-12 10:32:38 -05:00
lock-account.spec.js account tests using fixtures (#11374) 2021-06-24 15:19:31 +01:00
metamask-responsive-ui.spec.js Remove button group for non-EIP-1559 networks (#11712) 2021-08-02 18:53:13 -05:00
navigate-transactions.spec.js E2e fixtures navigate transactions (#12101) 2021-09-14 17:26:22 +01:00
permissions.spec.js E2e remove xLargeDelayMs and xxLargeDelayMs delays (#12160) 2021-09-20 15:48:49 +01:00
personal-sign.spec.js add key literals to driver (#10854) 2021-04-12 10:32:38 -05:00
provider-events.spec.js Implement Network Switcher designs (#12260) 2021-10-28 23:31:05 +04:00
send-edit.spec.js Remove button group for non-EIP-1559 networks (#11712) 2021-08-02 18:53:13 -05:00
send-eth.spec.js Remove button group for non-EIP-1559 networks (#11712) 2021-08-02 18:53:13 -05:00
signature-request.spec.js Interacting with MetaMask Notification window (#12147) 2021-09-17 19:27:09 +01:00
simple-send.spec.js add key literals to driver (#10854) 2021-04-12 10:32:38 -05:00
threebox.spec.js [Fix] 10365 My Accounts Removal (#10680) 2021-04-27 15:55:58 -02:30