test/user-journey #3

Merged
zhangxiang merged 142 commits from test/user-journey into dev 2026-04-12 13:17:03 +08:00
Showing only changes of commit 83112fe866 - Show all commits
+1
View File
@@ -91,6 +91,7 @@ export const mockLucideReact = () => {
Check: () => <span data-testid="check-icon" />,
CheckCircle2: () => <span data-testid="check-circle-icon" />,
X: () => <span data-testid="x-icon" />,
XIcon: () => <span data-testid="x-icon" />,
Menu: () => <span data-testid="menu-icon" />,
ChevronDown: () => <span data-testid="chevron-down" />,
ChevronRight: () => <span data-testid="chevron-right" />,