1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/send/send-content
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
..
add-recipient Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
send-amount-row Fix gas estimate for tokens (#7753) 2020-01-10 10:53:54 -03:30
send-asset-row yarn lint --fix 2019-12-03 17:20:55 -03:30
send-dropdown-list Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-from-row Remove unused fromDropdownOpen state in send reducer (#7700) 2019-12-12 19:26:18 -04:00
send-gas-row Fix prop types for SendGasRow component tests (#7833) 2020-01-15 17:44:47 -03:30
send-hex-data-row Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-row-wrapper Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
tests Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
send-content.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
send-content.container.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30