diff --git a/docs/helpers/Playwright.md b/docs/helpers/Playwright.md index 48d00dfaf..243533b45 100644 --- a/docs/helpers/Playwright.md +++ b/docs/helpers/Playwright.md @@ -414,14 +414,14 @@ Calls [blur][9] on the element. #### Parameters - `locator` **([string][8] | [object][5])** field located by label|name|CSS|XPath|strict locator. -- `options` **any?** [Additional options][9] for available options object as 2nd argument.Examples:```js - I.blur('.text-area') - ``````js - //element `#product-tile` is focused - I.see('#add-to-cart-btn'); - I.blur('#product-tile') - I.dontSee('#add-to-cart-btn'); - ``` +- `options` **any?** [Additional options][9] for available options object as 2nd argument.Examples: +```js +I.blur('.text-area') +//element `#product-tile` is focused +I.see('#add-to-cart-btn'); +I.blur('#product-tile') +I.dontSee('#add-to-cart-btn'); +``` ### cancelPopup @@ -467,16 +467,16 @@ I.clearCookie('test'); ### clearField -Clear the ,