Sha256: fd7b1e86f41ee259b43754b9a8f29b5e885ea24d66c3d2240079431c2f4cf484

Contents?: true

Size: 468 Bytes

Versions: 101

Compression:

Stored size: 468 Bytes

Contents

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

import AccountList from '../index';
import reducers from '../../../../ForemanRhCloudReducers';

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

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-8.0.49 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-8.0.48 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.36 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.33 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js