table.columns.forEach(({ name }) => {
    expect(getByText(name)).toBeInTheDocument();
  });