Sha256: 37ce56295df47cb855c87d0ee809975ba997e9a7399c850e251063a356c66cc7

Contents?: true

Size: 1.06 KB

Versions: 64

Compression:

Stored size: 1.06 KB

Contents

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

exports[`ForceUnlockModal render 1`] = `
<ClickConfirmation
  body="Resources for 1 task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck."
  confirmAction="Force Unlock"
  confirmType="danger"
  confirmationMessage="I understand that this may cause harm and have working database backups of all backend services."
  id="forceUnlockModal"
  onClick={[MockFunction]}
  title="Force Unlock"
/>
`;

exports[`UnlockModal render 1`] = `
<ClickConfirmation
  body="This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed."
  confirmAction="Unlock"
  confirmType="warning"
  confirmationMessage="I understand that this may cause harm and have working database backups of all backend services."
  id="unlockModal"
  onClick={[MockFunction]}
  title="Unlock"
/>
`;

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap
foreman-tasks-8.2.0 webpack/ForemanTasks/Components/TaskActions/__snapshots__/UnlockModals.test.js.snap