it("has the comment label", () => {
    render(<Comment />)
    expect(screen.getAllByText(/Comment/).length).toBe(1)
})