Sha256: 3ba54bf4d0db66a3e8a20a7f043baa599af26121bf731681c1b0b6818b1d0e21

Contents?: true

Size: 551 Bytes

Versions: 100

Compression:

Stored size: 551 Bytes

Contents

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

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

100 entries across 100 versions & 1 rubygems

Version Path
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js
foreman_rh_cloud-3.0.28 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/DashboardIntegration.test.js