import React from 'react' import { appendAlert, fireEvent, render, screen, waitFor } from '../utilities/test-utils' import Button from './_button' // Primary Test Variables const htmlType = 'submit', text = 'Button Text', value = '1234' test('passes type, text, and value props to button', () => { render(