UNPKG

@wordpress/e2e-test-utils-playwright

Version:
10 lines 347 B
/** * External dependencies */ import type { Locator } from '@playwright/test'; /** * Internal dependencies */ import type { Editor } from './index'; export declare function selectBlocks(this: Editor, startSelectorOrLocator: string | Locator, endSelectorOrLocator?: string | Locator): Promise<void>; //# sourceMappingURL=select-blocks.d.ts.map