@coinbase/onchaintestkit
Version:
End-to-end testing toolkit for blockchain applications, powered by Playwright
8 lines (7 loc) • 310 B
TypeScript
import type { Page } from "@playwright/test";
/**
* Confirms a transaction in the Phantom Wallet notification popup
* @param page - The notification page
* @param accountName - The name of the account to switch to
*/
export declare function switchAccount(_page: Page, _accountName: string): Promise<void>;