fix(test-runner): wrong toHaveURL JSDoc comment (#8484)
This commit is contained in:
parent
ed0c47a06f
commit
e98aef2128
2
types/testExpect.d.ts
vendored
2
types/testExpect.d.ts
vendored
|
|
@ -155,7 +155,7 @@ declare global {
|
|||
toHaveTitle(expected: string | RegExp, options?: { timeout?: number }): Promise<R>;
|
||||
|
||||
/**
|
||||
* Asserts page's title.
|
||||
* Asserts page's URL.
|
||||
*/
|
||||
toHaveURL(expected: string | RegExp, options?: { timeout?: number }): Promise<R>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue