* {{> dontSeeInCurrentUrl }}
(url)
| 2431 | * {{> dontSeeInCurrentUrl }} |
| 2432 | */ |
| 2433 | async dontSeeInCurrentUrl(url) { |
| 2434 | stringIncludes('url').negate(url, await this._getPageUrl()) |
| 2435 | } |
| 2436 | |
| 2437 | /** |
| 2438 | * {{> seeCurrentUrlEquals }} |
nothing calls this directly
no test coverage detected