We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36e778 commit ce387b1Copy full SHA for ce387b1
webview-ui/src/components/welcome/__tests__/RooTips.spec.tsx
@@ -39,8 +39,8 @@ describe("RooTips Component", () => {
39
})
40
41
test("renders only the top two tips", () => {
42
- // Ensure only two tips are present plus the docs link in the Trans component (3 total links)
43
- expect(screen.getAllByRole("link")).toHaveLength(3)
+ // Ensure only the two tip links are present (docs text is no longer a link)
+ expect(screen.getAllByRole("link")).toHaveLength(2)
44
45
46
0 commit comments