Sha256: 2826bc76f49fed02a2b9f1e1ce5ced1f4aca50998eaaf9315f7832a363c6f263

Contents?: true

Size: 473 Bytes

Versions: 6

Compression:

Stored size: 473 Bytes

Contents

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

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

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

6 entries across 6 versions & 2 rubygems

Version Path
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js