@coinbase/onchaintestkit
Version:
End-to-end testing toolkit for blockchain applications, powered by Playwright
11 lines (10 loc) • 879 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationPageType = exports.NotificationPage = exports.OnboardingPage = exports.HomePage = void 0;
const HomePage_1 = require("./HomePage");
Object.defineProperty(exports, "HomePage", { enumerable: true, get: function () { return HomePage_1.HomePage; } });
const NotificationPage_1 = require("./NotificationPage");
Object.defineProperty(exports, "NotificationPage", { enumerable: true, get: function () { return NotificationPage_1.NotificationPage; } });
Object.defineProperty(exports, "NotificationPageType", { enumerable: true, get: function () { return NotificationPage_1.NotificationPageType; } });
const OnboardingPage_1 = require("./OnboardingPage");
Object.defineProperty(exports, "OnboardingPage", { enumerable: true, get: function () { return OnboardingPage_1.OnboardingPage; } });