style(webui): reduce repeated marketplace labels

This commit is contained in:
Xubin Ren
2026-07-30 01:13:37 +08:00
parent e66eb204d0
commit 62b132b698
2 changed files with 3 additions and 11 deletions
+2 -2
View File
@@ -714,8 +714,8 @@ describe("App layout", () => {
).toBeInTheDocument();
expect(screen.getByText("find-skills")).toBeInTheDocument();
expect(screen.getByText("ima-skills")).toBeInTheDocument();
expect(screen.getAllByText("SkillHub").length).toBeGreaterThan(0);
expect(screen.getAllByText("skills.sh").length).toBeGreaterThan(0);
expect(screen.getAllByText("SkillHub")).toHaveLength(2);
expect(screen.getAllByText("skills.sh")).toHaveLength(2);
expect(screen.getByText(/14,481 installs \/ 24h/)).toBeInTheDocument();
expect(
await screen.findByRole("img", { name: "8-week install trend" }),