From 4e97eecc9167817948be9e7275a692ba8ebcbf67 Mon Sep 17 00:00:00 2001 From: Ren Adachi <49895682+moeyashi@users.noreply.github.com> Date: Tue, 20 Aug 2024 01:47:08 +0000 Subject: [PATCH] fix(byrole.mdx): broken link Signed-off-by: GitHub --- docs/queries/byrole.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/queries/byrole.mdx b/docs/queries/byrole.mdx index edccdb484..53ecd33be 100644 --- a/docs/queries/byrole.mdx +++ b/docs/queries/byrole.mdx @@ -75,7 +75,9 @@ this functionality in your test or not is up to you. :::tip input type password -Unfortunately, the spec defines that `` has no implicit role. This means that in order to query this type of element we must fallback to a less powerful query such as `[ByLabelText](queries/bylabeltext.mdx)`. +Unfortunately, the spec defines that `` has no implicit +role. This means that in order to query this type of element we must fallback to +a less powerful query such as [`ByLabelText`](queries/bylabeltext.mdx). :::