Sha256: 5569852f2688c43f40f724626573cdbaf15cb79df2d30d85e76e5705115c5fa9

Contents?: true

Size: 449 Bytes

Versions: 4

Compression:

Stored size: 449 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
import { noop } from 'patternfly-react';

import InventoryAutoUpload from '../InventoryAutoUpload';

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/__tests__/InventoryAutoUpload.test.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/__tests__/InventoryAutoUpload.test.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/__tests__/InventoryAutoUpload.test.js
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/SubscriptionsPageExtension/InventoryAutoUpload/__tests__/InventoryAutoUpload.test.js