Sha256: 800599fa3757b88cbf976a23209f04266256ca32fa1246e19115935b1158c723

Contents?: true

Size: 435 Bytes

Versions: 10

Compression:

Stored size: 435 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';
import { noop } from 'patternfly-react';

import IpsObfuscationSwitcher from '../IpsObfuscationSwitcher';

const fixtures = {
  'render with props': { ipsObfuscationEnabled: true, handleToggle: noop },
};

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/IpsObfuscationSwitcher/__tests__/IpsObfuscationSwitcher.test.js