227 Commits

Author SHA1 Message Date
Mikhail Mikheev
60e2bb0fcf Fix tests (finally) 2019-09-20 18:05:05 +04:00
Mikhail Mikheev
e3b770b2bc Fix funds test, fix create safe test 2019-09-20 16:04:35 +04:00
Mikhail Mikheev
dcdc965984 fix send funds tests 2019-09-19 19:12:41 +04:00
Mikhail Mikheev
910bd5c9a2
Merge pull request #174 from gnosis/test/token-balance-updates
Test: Token balance updates
2019-09-18 14:02:37 +04:00
Mikhail Mikheev
ea6ec3683d
Merge pull request #175 from gnosis/test/active-tokens-localstorage
Test: Active tokens saved to localstorage
2019-09-16 17:02:09 +04:00
Mikhail Mikheev
31cbb58b62 add test for checking tokens in localstorage 2019-09-14 18:43:29 +03:00
Mikhail Mikheev
5203ba3cfb Use waitForElement instead of sleep() in balances test 2019-09-14 18:37:58 +03:00
Mikhail Mikheev
349b05b346 Saving active tokens test wip 2019-09-14 18:25:17 +03:00
Mikhail Mikheev
2d05557df5 Add test for balance updates 2019-09-12 22:03:06 +04:00
Germán Martínez
5fc9fa6431 Format code 2019-09-12 17:39:55 +02:00
Mikhail Mikheev
816b3c5ab5 remove old/unused transactions route code 2019-09-05 14:29:42 +04:00
Germán Martínez
a1b787a9d9 Format code 2019-08-26 17:05:36 +02:00
mmv
121eb8a056 remove cleanup-after-each 2019-08-15 18:50:15 +04:00
Mikhail Mikheev
9dfa84414e remove an import of a removed component in test helper 2019-07-29 14:50:37 +04:00
mmv
c442ed76ae pull from dev 2019-07-25 14:44:43 +04:00
Germán Martínez
1cedfa8b50 Fix tests 2019-07-20 23:37:19 +02:00
Germán Martínez
a963c09050 Transaction list tests for txs with threshold=1 2019-07-20 20:51:38 +02:00
Germán Martínez
034c15d1f3 Transaction list test for owner settings transactions 2019-07-20 20:11:04 +02:00
Germán Martínez
0a64fd7d76 Increase sleep time in test for sending Eth with threshold=2 2019-07-20 19:34:05 +02:00
Germán Martínez
f4d2215f48 Tests wip 2019-07-19 17:27:07 +02:00
mmv
9e6555a6f5 allow passing fromAccountIndex in sendEtherTo helper, use account 9 for testing sending ETH 2019-07-18 23:13:36 +04:00
Germán Martínez
23fe8dca42 Adjust names for test variables 2019-07-18 18:38:36 +02:00
Germán Martínez
625255de2d Rename test variables 2019-07-18 18:38:36 +02:00
mmv
abae5ab25a add test for sending funds with threshold = 2 2019-07-18 18:38:36 +02:00
mmv
4342fc1b7a add instructions on how to run transaction service, tests wip 2019-07-18 18:38:36 +02:00
mmv
bb39d0417a add fillAndSUbmitSendFunds form util function for tests 2019-07-18 18:38:35 +02:00
mmv
556b085745 add fillAndSUbmitSendFunds form util function for tests 2019-07-18 18:38:35 +02:00
mmv
c7f355de04 fix create safe test 2019-07-18 19:55:46 +04:00
mmv
7876dcf845 add test for sending funds with threshold = 2 2019-07-17 18:44:23 +04:00
mmv
0bf8b3e658 add instructions on how to run transaction service, tests wip 2019-07-17 17:16:40 +04:00
mmv
cb58a4150f add fillAndSUbmitSendFunds form util function for tests 2019-07-17 14:37:43 +04:00
mmv
03153438c9 add fillAndSUbmitSendFunds form util function for tests 2019-07-17 14:37:27 +04:00
mmv
c2e6c885eb test fixes 2019-07-15 17:53:50 +04:00
mmv
78ace6dbf0 conflict fix, fix safestorage mware 2019-07-15 15:52:40 +04:00
Germán Martínez
d8bc944fe9 Refactor manage owners test 2019-07-12 16:22:29 +02:00
mmv
9b709f8e29 pull from manage-owners 2019-07-10 17:59:22 +04:00
Mikhail Mikheev
6b6d6cc3c9 execution of the transaction 2019-07-05 20:04:46 +04:00
Germán Martínez
e14a9ae3d7 Add test for replacing an owner and refactoring 2019-07-04 23:08:16 +02:00
Germán Martínez
ce7a1ad0df Increment sleep times in tests 2019-07-03 17:00:01 +02:00
Germán Martínez
c909c64020 Format imports 2019-07-02 08:57:02 +02:00
Mikhail Mikheev
f3aaf52150 pull 2019-07-01 14:03:07 +04:00
Mikhail Mikheev
1b1ff1ea33 fixed eslint errors, add test for adding owner but it fails (from interface works) TBD 2019-06-28 18:50:39 +04:00
Mikhail Mikheev
161820a6c5 adding owner test wip 2019-06-28 18:15:19 +04:00
Mikhail Mikheev
93a3731160 add test for removing owner 2019-06-28 17:06:33 +04:00
Mikhail Mikheev
93678064d9 remove accesing owner props via .get() since it's a record 2019-06-28 14:24:20 +04:00
Mikhail Mikheev
6dba23242c fix tests, add test for changing owner's name 2019-06-28 14:20:36 +04:00
Mikhail Mikheev
fe82ee0c7e tests wip 2019-06-28 13:59:51 +04:00
Mikhail Mikheev
80fb0760b3 fix delay when updating safe's owner name, add test file boilerplate for managing owners 2019-06-27 16:47:20 +04:00
Mikhail Mikheev
9001c52524 pull from dev 2019-06-26 17:38:01 +04:00
Mikhail Mikheev
8f519b7313 add test for changing safe name 2019-06-26 16:42:09 +04:00