feat(notifications): open bell popover
This commit is contained in:
@@ -34,4 +34,5 @@ test("notification bell exposes its unread count and keyboard-accessible action"
|
||||
expect(screen.getByText("3")).toBeInTheDocument();
|
||||
fireEvent.click(bell);
|
||||
expect(open).toHaveBeenCalledTimes(1);
|
||||
expect(open.mock.calls[0][0]).toBeInstanceOf(HTMLElement);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user