Sha256: c287519fcbc2ce9c49107578567585db1609bad54fd15afb7a8e627754552e80

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

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

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

const fixtures = {
  'renders with minimal props': {
    onCancel: jest.fn(),
    onResume: jest.fn(),
  },
};

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman-tasks-1.1.3 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-1.1.2 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-1.1.1 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-1.1.0 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js
foreman-tasks-1.0.1 webpack/ForemanTasks/Components/TasksTable/Components/__test__/ActionSelectButton.test.js