fix issues

This commit is contained in:
2026-01-02 00:21:24 +01:00
parent 79913bb45e
commit 8693dde21e
46 changed files with 1680 additions and 302 deletions

View File

@@ -84,9 +84,9 @@ describe('UserPill', () => {
const { container } = render(<UserPill />);
// Component should still render user pill with session user info
await waitFor(() => {
// component should render nothing in this state
expect(container.firstChild).toBeNull();
expect(screen.getByText('User')).toBeInTheDocument();
});
expect(mockFindById).not.toHaveBeenCalled();