Sha256: 183a7e79bdf06a342e8633153092114be6b4a914726add59ea0214c834eba682

Contents?: true

Size: 539 Bytes

Versions: 100

Compression:

Stored size: 539 Bytes

Contents

import React from 'react';
import { IntegrationTestHelper } from '@theforeman/test';

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

100 entries across 100 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.2.0 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.60 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-10.0.4 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-11.1.0 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-10.0.3 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-11.0.3 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.59 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-11.0.2 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-11.0.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-11.0.0 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.58 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-10.0.2 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.57 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-10.0.1 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.56 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.55 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.54 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.53 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-9.0.52 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js
foreman_rh_cloud-8.0.52 webpack/InsightsHostDetailsTab/__tests__/InsightsTabIntegration.test.js