const { container, getByText } = render(
      <Grommet>
        <Pagination numberItems={NUM_ITEMS} />
      </Grommet>,
    );