Sha256: 5e2527a56e6b24020ed21e009cd69f4694f56ba0165cd56704d9e6ab6b575993

Contents?: true

Size: 458 Bytes

Versions: 26

Compression:

Stored size: 458 Bytes

Contents

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

import AutoUploadSwitcher from '../AutoUploadSwitcher';

const fixtures = {
  'render with props': { autoUploadEnabled: true, handleToggle: noop },
  /** fixtures, props for the component */
};

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

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/AutoUploadSwitcher.test.js