UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

14 lines (13 loc) 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OnboardingPage = void 0; const actions_1 = require("./actions"); class OnboardingPage { constructor(page) { this.page = page; } async importWallet(seedPhrase, password) { return (0, actions_1.importWallet)(this.page, seedPhrase, password); } } exports.OnboardingPage = OnboardingPage;