add stash parameters

This commit is contained in:
BeachM
2018-08-10 21:07:36 -07:00
parent e47cd1970f
commit ae51db39a3
3 changed files with 51 additions and 1 deletions

View File

@@ -296,7 +296,7 @@ describe('BIP39 Tool Tests', function() {
beforeEach(function(done) {
driver = newDriver();
driver.get(url).then(done);
driver.get(url).then(done);
});
// Close the website after each test is run (so that it is opened fresh each time)
@@ -1089,6 +1089,20 @@ it('Allows selection of Solarcoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of stash', function(done) {
var params = {
selectText: "STASH - Stash",
firstAddress: "XxwAsWB7REDKmAvHA85SbEZQQtpxeUDxS3",
};
testNetwork(done, params);
});
it('Allows selection of stash testnet', function(done) {
var params = {
selectText: "STASH - Stash Testnet",
firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT",
};
testNetwork(done, params);
});
it('Allows selection of Stratis', function(done) {
var params = {
selectText: "STRAT - Stratis",