* {{> scrollPageToTop }}
()
| 1652 | * {{> scrollPageToTop }} |
| 1653 | */ |
| 1654 | scrollPageToTop() { |
| 1655 | return this.executeScript(() => { |
| 1656 | window.scrollTo(0, 0) |
| 1657 | }) |
| 1658 | } |
| 1659 | |
| 1660 | /** |
| 1661 | * {{> scrollPageToBottom }} |
nothing calls this directly
no test coverage detected