Sha256: 660065ace975dedf46f2b219fa7e43bd628e822373a7f0b7ca3e3873bef18a69

Contents?: true

Size: 466 Bytes

Versions: 24

Compression:

Stored size: 466 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '../../../../../move_to_pf/test-utils/testHelpers';

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

24 entries across 24 versions & 1 rubygems

Version Path
katello-3.11.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.1.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.11.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.11.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.11.0.rc2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.11.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.0.rc1.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.9.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.10.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.9.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.8.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.9.0.rc2 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.9.0.rc1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.7.1.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.7.1 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.8.0 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js
katello-3.8.0.rc3 webpack/move_to_foreman/components/common/table/components/TableSelectionCell.test.js