1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 12:23:39 +02:00
metamask-extension/ui/app/pages/send/send-content/add-recipient
Mark Stacey cc928aaed9
Add withFixtures helper and simple-send test (#7862)
The `withFixtures` helper will instantiate ganache, a web driver, and
a fixture server initialized with the given set of fixtures. It is
meant to facilitating writing small, isolated e2e tests.

The first example test has been added: simple-send. It ensures that the
user can send 1 ETH to another account.

These new e2e tests will run during the normal e2e test run.

Closes #6548
2020-01-20 14:50:25 -04:00
..
tests yarn lint --fix 2019-12-03 17:20:55 -03:30
add-recipient.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
add-recipient.container.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
add-recipient.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
add-recipient.selectors.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
ens-input.component.js Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
ens-input.container.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
ens-input.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30