Sha256: 76570a98b479795349d79e31b63e184e0a0bdf4c1acc344e66608b6a153b80cb
Contents?: true
Size: 1.29 KB
Versions: 73
Compression:
Stored size: 1.29 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SyncButton integration test Successful task was triggered on the server resulting in an info toast and polling on the task: handleSync was called 1`] = ` Array [ Array [ Object { "payload": Object { "message": Object { "message": <Toast disconnectHosts={2} syncHosts={0} />, "sticky": true, "type": "success", }, }, "type": "TOASTS_ADD", }, ], Array [ Object { "errorToast": [Function], "interval": 3000, "type": "API_GET", "url": "/foreman_tasks/api/tasks/1/details?include_permissions", }, ], Array [ Object { "payload": Object { "message": Object { "message": <span> Inventory sync has started: <br /> <a href="/foreman_tasks/tasks/1" rel="noopener noreferrer" target="_blank" > view the task page for more details </a> </span>, "type": "info", }, }, "type": "TOASTS_ADD", }, ], Array [ Object { "errorToast": [Function], "type": "API_POST", "url": "/foreman_inventory_upload/tasks", }, ], ] `;
Version data entries
73 entries across 73 versions & 1 rubygems