UNPKG

@coinbase/onchaintestkit

Version:

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

11 lines (10 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.token = void 0; async function addNew(notificationPage) { // click confirm button await notificationPage.getByRole("button", { name: "Confirm" }).click(); } exports.token = { addNew, };