Sha256: 5a6e14cff4fb81890fe3773cd19bd9ee4b21c136d7b14f6b25aee87440c937b6

Contents?: true

Size: 545 Bytes

Versions: 14

Compression:

Stored size: 545 Bytes

Contents

import React from 'react';
import { IntegrationTestHelper } from 'react-redux-test-utils';

import InsightsTab from '../index';
import reducers from '../../ForemanRhCloudReducers';
import { hostID } from './InsightsTab.fixtures';

describe('InsightsTab integration test', () => {
  it('should flow', async () => {
    const integrationTestHelper = new IntegrationTestHelper(reducers);
    const component = integrationTestHelper.mount(
      <InsightsTab hostID={hostID} />
    );
    component.update();
    /** Create a Flow test */
  });
});

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.18 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.17 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.16 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.15 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.14 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-0.9.14 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-0.9.13.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.13.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-0.9.13 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.13 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-0.9.12 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.12 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-0.9.11 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-1.0.11 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js