* {{> scrollIntoView }} * * Supported only for web testing
(locator, scrollIntoViewOptions)
| 1711 | * Supported only for web testing |
| 1712 | */ |
| 1713 | async scrollIntoView(locator, scrollIntoViewOptions) { |
| 1714 | if (this.isWeb) return super.scrollIntoView(locator, scrollIntoViewOptions) |
| 1715 | } |
| 1716 | |
| 1717 | /** |
| 1718 | * {{> seeCheckboxIsChecked }} |
no outgoing calls
no test coverage detected