Sha256: 8d113050604b10a5eacbc6a5af2d66adc2d6447fdfc16e7679822575cfe94eec

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

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

exports[`ResumeConfirm renders RESUME modal 1`] = `
<ForemanModal
  id="resumeConfirmModal"
  title="Resume Selected Tasks"
>
  This will resume 3 task(s), putting them in the running state. Are you sure?
  <Component>
    <Button
      active={false}
      block={false}
      bsClass="btn"
      bsStyle="default"
      disabled={false}
      onClick={[Function]}
    >
      No
    </Button>
    <Button
      active={false}
      block={false}
      bsClass="btn"
      bsStyle="primary"
      disabled={false}
      onClick={[Function]}
    >
      Yes
    </Button>
  </Component>
</ForemanModal>
`;

exports[`ResumeConfirm renders RESUME_SELECTED modal 1`] = `
<ForemanModal
  id="resumeSelectedConfirmModal"
  title="Resume Selected Tasks"
>
  This will resume 3 task(s), putting them in the running state. Are you sure?
  <Component>
    <Button
      active={false}
      block={false}
      bsClass="btn"
      bsStyle="default"
      disabled={false}
      onClick={[Function]}
    >
      No
    </Button>
    <Button
      active={false}
      block={false}
      bsClass="btn"
      bsStyle="primary"
      disabled={false}
      onClick={[Function]}
    >
      Yes
    </Button>
  </Component>
</ForemanModal>
`;

Version data entries

5 entries across 5 versions & 1 rubygems

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