Sha256: b4327364835e7805b56fb52f56c508b155729ef8d540b0aeb1612710713ea0bf

Contents?: true

Size: 425 Bytes

Versions: 81

Compression:

Stored size: 425 Bytes

Contents

import { testActionSnapshotWithFixtures } from '@theforeman/test';
import { getSettings, setSetting } from '../InventorySettingsActions';

const fixtures = {
  'should getSettings': () => getSettings(),
  'should setSetting hostObfuscation true': () =>
    setSetting({
      setting: 'hostObfuscation',
      value: true,
    }),
};

describe('Inventory settings actions', () =>
  testActionSnapshotWithFixtures(fixtures));

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/Components/InventorySettings/__tests__/InventorySettingsActions.test.js