brunobar79
a8f745f9fe
eslint --fix .
6 years ago
Dan
759bc17388
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Alexander Tseung
0bcfbc1544
Add error message when passwords don't match in first time flow. Change input field styling in first time flow
7 years ago
Alexander Tseung
2381c0e0f4
Add new unlock screen design
7 years ago
Alexander Tseung
037d6e6624
Fix integration tests
7 years ago
Dan
07dd064247
Fix tests.
7 years ago
kumavis
4bc69f72c3
test - mascara - fix async wrap
7 years ago
kumavis
3537c391db
test - use new async selectors for faster testing
7 years ago
Dan
ec6c3c33bd
Merge branch 'master' into NewUI-flat-merge-with-master
7 years ago
Dan Finlay
10459ebaf4
Remove debugger
7 years ago
Dan Finlay
adc66974ff
Add markdown class to mascara ui markdown field
7 years ago
Dan Finlay
f725bc6ab7
Fix test reference
7 years ago
Dan Finlay
42108ba3bc
Make notice skipping async
7 years ago
Dan Finlay
9276fea6bc
Redundantly skip notices
7 years ago
Dan Finlay
119c0fdecf
Make test more resilient
7 years ago
Dan Finlay
6d63720f87
Remove duplicate button declaration
7 years ago
Dan Finlay
4e6946f47c
Fix test selector
7 years ago
Dan Finlay
e35cd77eee
Accept all notices in integration tests
7 years ago
Dan Finlay
45c5a26405
Fix test to skip screens before privacy notice
7 years ago
Dan
acc973d543
Update classnames for integration tests and add output/index.css to integration test for ci
7 years ago
Chi Kei Chan
5484e68896
Add Integration Tests
7 years ago
Chi Kei Chan
d9735ed5b3
Fixing integraiton test
7 years ago
kumavis
8da0d0b28a
Revert "NetworkController refactor for new EthClient interface"
7 years ago
kumavis
d31c746210
test - integration - intercept reload attempts
7 years ago
kumavis
9f665d8eda
test - integration - bump timeout
7 years ago
kumavis
5d01ca10e4
tests - mascara - increase timeout before test starts
7 years ago
kumavis
a9900be085
test - mascara - move skip reload test flag
7 years ago
kumavis
779e973b45
tests - integration - mascara - small cleanup and timeout adjustments
7 years ago
frankiebee
c5a2527c17
set time if platform is mascara
7 years ago
frankiebee
7bcca782cb
remove testem files
7 years ago
frankiebee
7fb8623568
dont reload on initial download and wait before passing sw to ui
7 years ago
kumavis
b53d04c409
tests - integration - get flat and mascara tests closer to compatible
7 years ago
kumavis
48d21f4fca
tests - integration - fix bad cherry-pick
7 years ago
kumavis
0e70366e9c
test - integration - drop testem for karma
7 years ago
kumavis
a6d49a49ea
test - integration - use async fn for error catching
7 years ago
sdtsui
f37f405d52
Fix integration test failures: ensure qr code is accessible
7 years ago
Kevin Serrano
2fcf3d8439
Modify wording to new accept.
8 years ago
Nihar
5c71149a8f
continue button changed to agree
8 years ago
Kevin Serrano
736637363b
Integration tests play nice with new disabled buttons.
8 years ago
Kevin Serrano
bf9d1f405f
add waits between notices.
8 years ago
Kevin Serrano
092ec9096b
Fix integration tests.
8 years ago
mapachurro
5c9202b2d2
Update first-time.js
8 years ago
kumavis
dacbf16fe2
test - first-time - re-add terms header check
8 years ago
kumavis
d8a12c2ad0
tests - mockDev - fix first-time flow
8 years ago
Dan Finlay
3572708fda
Fix test to log out despite number of menu items
8 years ago
Dan Finlay
ebeaf3b3d6
Restructured migration
...
Migrator now returns a lostAccount array that includes objects
these objects include keys of address and privateKey,
this allows the MetamaskController to restore the lost accounts
even without customizing the idStore or the KeyringController.
Also includes a patch that allows idStore to synchronously export private keys.
8 years ago
Dan Finlay
1880cda9b9
Fix vault encrypting & unlocking bug
...
This is only a bug in dev, but was committed yesterday.
Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults.
To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
8 years ago
Dan Finlay
049e351c9d
Add integration tests for logging out and back in
8 years ago
Dan Finlay
fe533bbef2
Add more integration tests
...
Integration tests now:
- Scroll through terms
- Accept terms
- Confirm seed phrase
- Verify account detail screen
8 years ago