mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
cc928aaed9
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 |
||
---|---|---|
.. | ||
account-list-item | ||
send-content | ||
send-footer | ||
send-header | ||
tests | ||
index.js | ||
send.component.js | ||
send.constants.js | ||
send.container.js | ||
send.scss | ||
send.selectors.js | ||
send.utils.js |