fix(test-runner): wrong toHaveURL JSDoc comment (#8484)

This commit is contained in:
Mark Skelton 2021-08-27 03:16:09 -05:00 committed by GitHub
parent ed0c47a06f
commit e98aef2128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ declare global {
toHaveTitle(expected: string | RegExp, options?: { timeout?: number }): Promise<R>; 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>; toHaveURL(expected: string | RegExp, options?: { timeout?: number }): Promise<R>;