@assert-equals/dappdriver
Version:
DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion
22 lines (21 loc) • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Ready = void 0;
const page_1 = require("../../../page");
/**
*
*
* @export
* @class Ready
* @extends {PageObject}
*/
class Ready extends page_1.PageObject {
/**
* Creates an instance of Ready.
* @memberof Ready
*/
constructor() {
super('/popup.html#/ready', 'Rainbow Wallet');
}
}
exports.Ready = Ready;