import { act, render, screen } from '@testing-library/react';
import HelpButton from './HelpButton';
describe('HelpButton', () => {
it('renders a icon', () => {
render(
,
);
const svgElement = screen.getByText(
(content: any, element: any) => element?.tagName.toLowerCase() === 'svg',
);
expect(svgElement).not.toBeNull();
});
it('renders a button with sequential keyboard navigation and forwards a ref to the innermost