UNPKG

e2ed

Version:

E2E testing framework over Playwright

5 lines (4 loc) 221 B
/** * Waits until the page interface stabilizes (in particular, the page will stop scrolling). */ export declare const waitForInterfaceStabilization: (stabilizationInterval?: number, timeout?: number) => Promise<void>;