Sha256: 3710c30b3ec573cd2bc75f3674cd2fb80b33271cbb40c72a18f150ea80667f94

Contents?: true

Size: 321 Bytes

Versions: 83

Compression:

Stored size: 321 Bytes

Contents

import { testActionSnapshotWithFixtures } from '@theforeman/test';
import { configureCloudConnector } from '../CloudConnectorActions';

const fixtures = {
  'should configureCloudConnector': () => configureCloudConnector(),
};

describe('CloudConnector button actions', () =>
  testActionSnapshotWithFixtures(fixtures));

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/__tests__/CloudConnectorActions.test.js
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/__tests__/CloudConnectorActions.test.js
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/__tests__/CloudConnectorActions.test.js