UNPKG

@augment-vir/test

Version:

A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.

8 lines (7 loc) 235 B
import { type Locator } from '@playwright/test'; /** * Checks if a locator contains the given class. * * @category Internal */ export declare function checkHasClass(locator: Readonly<Locator>, className: string): Promise<boolean>;