Sha256: 4b4a2dd4967992e32b22170286e3c3aa0dcbfcb822819c85170fa0dbc0d37946
Contents?: true
Size: 1 KB
Versions: 78
Compression:
Stored size: 1 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`InventoryFilter integration test should flow: filter have been updated 1`] = ` Object { "action": Array [ Array [ Object { "payload": Object { "filterTerm": "some-org", }, "type": "INVENTORY_FILTER_UPDATE", }, ], ], "state": Object { "ForemanRhCloud": Object { "InsightsCloudSync": Object { "settings": Object { "insightsSyncEnabled": false, }, "table": Object { "isAllSelected": false, "selectedIds": Object {}, "showSelectAllAlert": false, }, }, "hostInsights": Object { "hits": Array [], }, "inventoryUpload": Object { "accountsList": Object { "accounts": Object {}, "error": null, "pollingProcessID": 0, }, "dashboard": Object {}, "inventoryFilter": Object { "filterTerm": "some-org", }, }, }, }, } `;
Version data entries
78 entries across 78 versions & 1 rubygems