diff --git a/app/javascript/packages/document-capture/components/in-person-location-post-office-search-step.spec.tsx b/app/javascript/packages/document-capture/components/in-person-location-post-office-search-step.spec.tsx index 8a3d6155bda..32c7a051005 100644 --- a/app/javascript/packages/document-capture/components/in-person-location-post-office-search-step.spec.tsx +++ b/app/javascript/packages/document-capture/components/in-person-location-post-office-search-step.spec.tsx @@ -94,31 +94,6 @@ describe('InPersonLocationPostOfficeSearchStep', () => { server.resetHandlers(); }); - context('initial ArcGIS API request throws an error', () => { - beforeEach(() => { - server.use(http.post(addressSearchURL, () => HttpResponse.json([], { status: 422 }))); - }); - - it('displays a try again error message', async () => { - const { findByText, findByLabelText } = render( - new Map() }}> - - , - ); - - await userEvent.type( - await findByLabelText('in_person_proofing.body.location.po_search.address_search_label'), - '222 Merchandise Mart Plaza', - ); - - await userEvent.click( - await findByText('in_person_proofing.body.location.po_search.search_button'), - ); - - const error = await findByText('idv.failure.exceptions.post_office_search_error'); - expect(error).to.exist(); - }); - }); context('initial USPS API request throws an error', () => { beforeEach(() => { server.use(