Sha256: 2020c741be2f7abdd61c1c8402185f229a675f1b7e2bd9ca61b47a766a7a8445

Contents?: true

Size: 418 Bytes

Versions: 101

Compression:

Stored size: 418 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';

import AccountList from '../AccountList';
import { props } from '../AccountList.fixtures';

const fixtures = {
  'render with props': props,
  'show empty results': { ...props, filterTerm: 'not_matching_term' },
};

describe('AccountList', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(AccountList, fixtures));
});

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/AccountList.test.js