diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index 747df53999..c54f6f9130 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -4162,7 +4162,7 @@ Returns when element specified by selector satisfies [`option: state`] option. R :::note Playwright automatically waits for element to be ready before performing an action. Using -[Locator] objects and web-first assertions make the code wait-for-selector-free. +[Locator] objects and web-first assertions makes the code wait-for-selector-free. ::: Wait for the [`param: selector`] to satisfy [`option: state`] option (either appear/disappear from dom, or become diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index c85c16b037..3dd3062dbc 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -593,7 +593,7 @@ export interface Page { * `detached`. * * > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and - * web-first assertions make the code wait-for-selector-free. + * web-first assertions makes the code wait-for-selector-free. * * Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at * the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the @@ -625,7 +625,7 @@ export interface Page { * `detached`. * * > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and - * web-first assertions make the code wait-for-selector-free. + * web-first assertions makes the code wait-for-selector-free. * * Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at * the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the @@ -657,7 +657,7 @@ export interface Page { * `detached`. * * > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and - * web-first assertions make the code wait-for-selector-free. + * web-first assertions makes the code wait-for-selector-free. * * Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at * the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the @@ -689,7 +689,7 @@ export interface Page { * `detached`. * * > NOTE: Playwright automatically waits for element to be ready before performing an action. Using [Locator] objects and - * web-first assertions make the code wait-for-selector-free. + * web-first assertions makes the code wait-for-selector-free. * * Wait for the `selector` to satisfy `state` option (either appear/disappear from dom, or become visible/hidden). If at * the moment of calling the method `selector` already satisfies the condition, the method will return immediately. If the