Sha256: 0e78fc0b85b5e0f8f29a776b7c2a88a395d9b2b311ac0c63c65db0b0fe58baec

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

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

import { ActionConfirmation } from '../ActionConfirmation';

const fixtures = {
  'renders ActionConfirmation': {
    showModal: true,
    title: 'title',
    message: 'message',
    confirmAction: 'confirmAction',
    abortAction: 'abortAction',
    closeModal: () => null,
    onClick: () => null,
  },
};

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionConfirmation.test.js