faucet wallet integration test

This commit is contained in:
Denis Angell
2023-02-15 13:14:05 -05:00
parent cbac35ab43
commit e5a2323d7c

View File

@@ -90,6 +90,14 @@ describe('fundWallet', function () {
TIMEOUT,
)
it(
'can generate and fund wallets on Vala devnet',
async function () {
await generate_faucet_wallet_and_fund_again('wss://vala.ws.transia.co')
},
TIMEOUT,
)
it(
'can generate wallet on hooks v2 testnet',
async function () {