/** * This test was generated */ import * as React from 'react'; import { render } from '@testing-library/react'; import { WizardFooterInternal } from '../../WizardFooterInternal'; // any missing imports can usually be resolved by adding them here import {} from '../..'; it('WizardFooterInternal should match snapshot (auto-generated)', () => { const { asFragment } = render( ReactNode} backButtonText={
ReactNode
} cancelButtonText={
ReactNode
} /> ); expect(asFragment()).toMatchSnapshot(); });