* {{> dontSeeInCurrentUrl }}
(url)
| 1743 | * {{> dontSeeInCurrentUrl }} |
| 1744 | */ |
| 1745 | async dontSeeInCurrentUrl(url) { |
| 1746 | stringIncludes('url').negate(url, await this._getPageUrl()) |
| 1747 | } |
| 1748 | |
| 1749 | /** |
| 1750 | * {{> seeCurrentUrlEquals }} |
no test coverage detected