Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/test-helpers.ts
Clear input field and type new value
Signature
tsasync function clearAndType(locator: Locator, text: string): Promise<void>
Parameters
| Name | Type |
|---|---|
locator | Locator |
text | string |
Returns: Promise<void>
Was this page helpful?