Sha256: fd7b1e86f41ee259b43754b9a8f29b5e885ea24d66c3d2240079431c2f4cf484

Contents?: true

Size: 468 Bytes

Versions: 99

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

99 entries across 99 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.27 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.26 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.26 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.25.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.25 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.25 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.24.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.24.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.24 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.24 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.23 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.23 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.22 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.22 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-4.0.21.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.21.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.21 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.20 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-3.0.19 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountListIntegration.test.js