it("shows the comment", () => {
    render(<CommentSegment comment="Comment" />)
    expect(screen.getByText(/Comment/)).not.toBe(null)
})