@agnos-ui/page-objects
Version:
Page objects to be used when testing AgnosUI-based applications with Playwright.
14 lines (13 loc) • 389 B
TypeScript
export * from './modal.po';
export * from './pagination.po';
export * from './rating.po';
export * from './select.po';
export * from './alert.po';
export * from './accordion.po';
export * from './progressbar.po';
export * from './slider.po';
export * from './toast.po';
export * from './toaster.po';
export * from './tree.po';
export * from './collapse.po';
export * from './carousel.po';