import React from 'react'; import { render, screen, within } from '@testing-library/react'; import userEvent from '@testing-library/user-event'; import { Banner } from './'; import { Button } from '../Button'; describe('Banner component', () => { it('displays a title and a description', () => { const randomDescription = 'Sunt quia cum aliquid vitae.'; render( } actions={