Skip to content

Commit cee999b

Browse files
oozanhi-ogawa
andauthored
docs: fix broken /config link in browser context types (vitest-dev#9619)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
1 parent a603c3a commit cee999b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/browser/context.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ export interface LocatorSelectors {
514514
*/
515515
getByTitle: (text: string | RegExp, options?: LocatorOptions) => Locator
516516
/**
517-
* Creates a locator capable of finding an element that matches the specified test id attribute. You can configure the attribute name with [`browser.locators.testIdAttribute`](/config/browser/locators#browser-locators-testidattribute).
517+
* Creates a locator capable of finding an element that matches the specified test id attribute. You can configure the attribute name with [`browser.locators.testIdAttribute`](https://vitest.dev/config/browser/locators#browser-locators-testidattribute).
518518
* @see {@link https://vitest.dev/api/browser/locators#getbytestid}
519519
*/
520520
getByTestId: (text: string | RegExp) => Locator

0 commit comments

Comments
 (0)