import React from 'react'; import { render, screen } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; import { Button } from './button'; describe('Button', () => { it("should have the role 'button' and the correct text", () => { render(