Sha256: a40ae7303a938270076823ca07e3488f00d080eec21ad954ba5e68452ed398bd

Contents?: true

Size: 440 Bytes

Versions: 164

Compression:

Stored size: 440 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';

import TableSelectionCell from './TableSelectionCell';

const fixtures = {
  'renders TableSelectionCell': {
    id: 'some id',
    before: 'some before',
    after: 'some after',
    label: 'some label',
    checked: true,
    onChange: jest.fn(),
  },
};

describe('TableSelectionCell', () => testComponentSnapshotsWithFixtures(TableSelectionCell, fixtures));

Version data entries

164 entries across 164 versions & 1 rubygems

Version Path
katello-4.0.0.rc3 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.2.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.2 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.3 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-4.0.0.rc2 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.1.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.2 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-4.0.0.rc1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.0 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.16.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.18.0.rc2.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.0.rc2 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.0 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.18.0.rc1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.0.rc2.2 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.17.0.rc2.1 webpack/components/pf3Table/components/TableSelectionCell.test.js
katello-3.16.1.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.16.1.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js