1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
css Make account details modal close button easier to click (#7797) 2020-01-10 10:43:53 -04:00
ducks Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
helpers Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
pages Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
selectors Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
store Force background state update after removing an account (#7840) 2020-01-16 13:43:40 -04:00