Skip to content

Commit

Permalink
Use an ellipsis character instead (#40913)
Browse files Browse the repository at this point in the history
<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->

For context, making a test change to allow testing CI changes in
#40910 without approval each run.

@ijjk How's this? The string's not being snapshotted so it shouldn't
break any tests.
  • Loading branch information
jaril committed Sep 26, 2022
1 parent 6ceda2a commit 9046195
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ import Link from 'next/link'
export default () => (
<>
<Link href="/something-invalid-oops">
<a id="invalid-link">I'm broken...</a>
<a id="invalid-link">I'm broken</a>
</Link>
</>
)

0 comments on commit 9046195

Please sign in to comment.