@cloudquery/plugin-config-ui-lib
Version:
Plugin configuration UI library for CloudQuery Cloud App
16 lines • 774 B
TypeScript
import { Page, Locator, Frame } from '@playwright/test';
export declare const getMainTestUser: () => {
email: string;
password: string;
};
export declare function getRandomTestUser(browserType: string): {
email: string;
newPassword: string;
password: string;
};
export declare function assertUrlPathname(page: Page, value: string): Promise<void>;
export declare function assertUrlParam(page: Page, key: string, value: string | null): Promise<void>;
export declare function fillInput(page: Page | Frame, selector: string | Locator, value: string): Promise<void>;
export declare function goTo(page: Page, url: string): Promise<void>;
export declare function click(_: Page | Frame, element: Locator): Promise<void>;
//# sourceMappingURL=e2e-helpers.d.ts.map