aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-08-14 09:02:29 +1000
committerGitHub <noreply@github.com>2018-08-14 09:02:29 +1000
commitc1a5e79c5fdb556f2cedfeba583ccafb5a997373 (patch)
tree31c5317e6b14e80f36f48390aca783a6e0204531 /tests/spec/tests.js
parente47cd1970f7f40ede6a97fb284df1701a3f252e5 (diff)
parent3eee87560ba28593ee82637b5d981b038689d629 (diff)
downloadBIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.tar.gz
BIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.tar.zst
BIP39-c1a5e79c5fdb556f2cedfeba583ccafb5a997373.zip
Merge pull request #238 from stashpayio/stash
Stash
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 6208bfc..0570514 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1089,6 +1089,20 @@ it('Allows selection of Solarcoin', function(done) {
1089 }; 1089 };
1090 testNetwork(done, params); 1090 testNetwork(done, params);
1091}); 1091});
1092it('Allows selection of stash', function(done) {
1093 var params = {
1094 selectText: "STASH - Stash",
1095 firstAddress: "XxwAsWB7REDKmAvHA85SbEZQQtpxeUDxS3",
1096 };
1097 testNetwork(done, params);
1098});
1099it('Allows selection of stash testnet', function(done) {
1100 var params = {
1101 selectText: "STASH - Stash Testnet",
1102 firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
1103 };
1104 testNetwork(done, params);
1105});
1092it('Allows selection of Stratis', function(done) { 1106it('Allows selection of Stratis', function(done) {
1093 var params = { 1107 var params = {
1094 selectText: "STRAT - Stratis", 1108 selectText: "STRAT - Stratis",