@wordpress/e2e-test-utils-playwright
Version:
End-To-End (E2E) test utils for WordPress.
10 lines • 347 B
TypeScript
/**
* 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