Sha256: e4b683ba67e37fe1ffe8d31e4eb5518e243aa49970c7d97f9458bf4a466c8166

Contents?: true

Size: 508 Bytes

Versions: 17

Compression:

Stored size: 508 Bytes

Contents

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

import Dashboard, { reducers } from '../index';
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

17 entries across 17 versions & 2 rubygems

Version Path
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-0.9.0 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js