@tester118/wallets-testing-widgets
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Widgets Module

Module with playwright page objects for lido widgets

Install

yarn add @lidofinance/wallets-testing-widgets

Usage

import {Page} from "playwright";
import {EthereumPage} from "@lidofinance/wallets-testing-widgets";

export class MyService {
    constructor() {
    }

    async goToEthereumWidget(page: Page) {
        const ethereumPage = new EthereumPage(page, {stakeAmount: 100})
        await ethereumPage.navigate()
    }
}

Readme

Keywords

Package Sidebar

Install

npm i @tester118/wallets-testing-widgets

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

2.7 kB

Total Files

3

Last publish

Collaborators

  • taven_n