* {{> refreshPage }}
()
| 891 | * {{> refreshPage }} |
| 892 | */ |
| 893 | async refreshPage() { |
| 894 | return this.page.reload({ timeout: this.options.getPageTimeout, waitUntil: this.options.waitForNavigation }) |
| 895 | } |
| 896 | |
| 897 | /** |
| 898 | * {{> scrollPageToTop }} |
no outgoing calls
no test coverage detected