* {{> dontSeeInCurrentUrl }} *
(url)
| 1839 | * |
| 1840 | */ |
| 1841 | async dontSeeInCurrentUrl(url) { |
| 1842 | const res = await this.browser.getUrl() |
| 1843 | return stringIncludes('url').negate(url, decodeUrl(res)) |
| 1844 | } |
| 1845 | |
| 1846 | /** |
| 1847 | * {{> seeCurrentUrlEquals }} |