* {{> seeInCurrentUrl }}
(url)
| 2424 | * {{> seeInCurrentUrl }} |
| 2425 | */ |
| 2426 | async seeInCurrentUrl(url) { |
| 2427 | stringIncludes('url').assert(url, await this._getPageUrl()) |
| 2428 | } |
| 2429 | |
| 2430 | /** |
| 2431 | * {{> dontSeeInCurrentUrl }} |
nothing calls this directly
no test coverage detected