UNPKG

@agnos-ui/page-objects

Version:

Page objects to be used when testing AgnosUI-based applications with Playwright.

14 lines (13 loc) 320 B
import { BasePO } from '@agnos-ui/base-po'; export declare const collapseSelectors: { rootComponent: string; }; export declare class CollapsePO extends BasePO { selectors: { rootComponent: string; }; getComponentSelector(): string; state(): Promise<{ rootClasses: string[]; }>; }