Sha256: 85e773445231db55b53a1728259ecf862575d6da61445cc462ac6e666dedfb30

Contents?: true

Size: 524 Bytes

Versions: 7

Compression:

Stored size: 524 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ActionButton render with cancellable false props 1`] = `
<CancelButton
  disabled={true}
  id="id"
  name="some-name"
  onClick={[MockFunction]}
/>
`;

exports[`ActionButton render with cancellable true props 1`] = `
<CancelButton
  disabled={false}
  id="id"
  name="some-name"
  onClick={[MockFunction]}
/>
`;

exports[`ActionButton render with resumable true props 1`] = `
<ResumeButton
  disabled={false}
  id="id"
  name="some-name"
  onClick={[MockFunction]}
/>
`;

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap
foreman-tasks-0.17.1 webpack/ForemanTasks/Components/common/ActionButtons/__snapshots__/ActionButton.test.js.snap