test('should show all roles', async () => {
  spyIsFeatureEnabled.mockReturnValue(true);

  const props = createProps();
  const propsWithDashboardIndo = { ...props, dashboardInfo };