import React from 'react' import { render, screen, waitFor } from '@testing-library/react' import { Button } from '~components/ButtonV1' import { Tooltip } from './index' describe('', () => { describe('Linking the tooltip to the inner element with aria-describedby', () => { it('adds an accessible description when wrapping Kaizen Button', async () => { render(