aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/beta/drizzle.spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-17/+18
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Update new UI e2e tests for new UI defaultWhymarrh Whitby2018-11-211-16/+0
|
* fix typobrunobar792018-11-071-1/+1
|
* update drizzle testsbrunobar792018-11-071-5/+20
|
* tests - integration - Add Drizzle tests (#5467)Bruno Barbieri2018-10-101-0/+286
* added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json