import React from 'react'; import { render, screen, waitFor } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; import { Button } from './'; describe('Button component', () => { describe('given default props', () => { it('should render an enabled button with a text', () => { render(