Sha256: 38a755ea9ae11cfd4b9d2b68a7abf700a8b231ceff1b60fc343f163344644d06
Contents?: true
Size: 1016 Bytes
Versions: 60
Compression:
Stored size: 1016 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TaskDetails - Actions should cancelStep 1`] = ` Array [ Array [ Object { "payload": Object { "message": Object { "message": "Trying to cancel step step-id", "type": "info", }, }, "type": "TOASTS_ADD", }, ], Array [ Object { "handleError": [Function], "handleSuccess": [Function], "key": "TASK_STEP_CANCEL", "type": "post-some-type", "url": "foreman/foreman_tasks/tasks/task-id/cancel_step?step_id=step-id", }, ], ] `; exports[`TaskDetails - Actions should start reload 1`] = ` Array [ Array [ Object { "handleError": [Function], "handleSuccess": [Function], "interval": 5000, "key": "FOREMAN_TASK_DETAILS", "type": "get-some-type", "url": "foreman/foreman_tasks/api/tasks/1/details?include_permissions", }, ], ] `; exports[`TaskDetails - Actions should stop reload 1`] = ` Object { "type": "stop", } `;
Version data entries
60 entries across 60 versions & 1 rubygems