UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 229 B
import type { AnyPageClassType } from '../../types/internal'; /** * Reloads the page, taking into account its stabilization interval. */ export declare const reloadPage: (page: InstanceType<AnyPageClassType>) => Promise<void>;