diff --git a/app/javascript/packages/document-capture/components/acuant-capture.jsx b/app/javascript/packages/document-capture/components/acuant-capture.jsx index 1bf5badbf2e..0a94998680b 100644 --- a/app/javascript/packages/document-capture/components/acuant-capture.jsx +++ b/app/javascript/packages/document-capture/components/acuant-capture.jsx @@ -363,7 +363,7 @@ function AcuantCapture(
{isMobile && ( ); + it('renders as wide', () => { + const { getByText } = render(); const button = getByText('Click me'); @@ -43,8 +43,8 @@ describe('document-capture/components/button', () => { expect(button.classList.contains('btn-link')).to.be.false(); }); - it('renders as secondary', () => { - const { getByText } = render(); + it('renders as outline', () => { + const { getByText } = render(); const button = getByText('Click me');