Sha256: 3c2857d28eda9345103300f5b46477fc208b5272d51d152094cd0cf13f82481e

Contents?: true

Size: 517 Bytes

Versions: 81

Compression:

Stored size: 517 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
import { noop } from 'foremanReact/common/helpers';

import InsightsSettings from '../InsightsSettings';

const fixtures = {
  'render without Props': {
    insightsSyncEnabled: false,
    getInsightsSyncSettings: noop,
    setInsightsSyncEnabled: noop,
  },
  /** fixtures, props for the component */
};

describe('InsightsSettings', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(InsightsSettings, fixtures));
});

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
foreman_rh_cloud-5.0.39 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.38 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.35 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.37 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.36 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.35 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.34 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.33 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.32 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.32 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.31 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.31 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.30 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.30 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-4.0.29 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.29 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js
foreman_rh_cloud-5.0.28 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/InsightsSettings.test.js