Sha256: a40ae7303a938270076823ca07e3488f00d080eec21ad954ba5e68452ed398bd

Contents?: true

Size: 440 Bytes

Versions: 166

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

166 entries across 166 versions & 1 rubygems

Version Path
katello-3.16.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.rc2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.rc1.3 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.rc1.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.rc1.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.15.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.14.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.4 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.14.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.3 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.14.0.rc2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.14.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.0.rc2.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.13.0.rc2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.12.3 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js