Sha256: 91a1e94601735993fdefaef3c010cd491dd08dbad6cea1252e4758e28ce299cc

Contents?: true

Size: 557 Bytes

Versions: 22

Compression:

Stored size: 557 Bytes

Contents

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

import Dashboard from '../Dashboard';
import reducers from '../../../../ForemanRhCloudReducers';
import { accountID } from '../Dashboard.fixtures';

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

Version data entries

22 entries across 22 versions & 1 rubygems

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