const { getAllByText, getByLabelText, queryByText } = renderWithRedux(
    <ErrataTab />,
    renderOptions(cfWithErrataTotal(mockErrata.total)),
  );