Sha256: 02075a7cc12bb06b57a8a4d573b78f6bb766d95817d2e7f14192bdae149937b9
Contents?: true
Size: 1.07 KB
Versions: 3
Compression:
Stored size: 1.07 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ExcludePackagesSwitcher integration test should flow: switcher was toggled 1`] = ` Object { "action": Array [ Array [ Object { "payload": Object { "excludePackages": false, }, "type": "EXCLUDE_PACKAGES_TOGGLE", }, ], ], "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, "excludePackages": false, "pollingProcessID": 0, }, "dashboard": Object {}, "inventoryFilter": Object { "filterTerm": "", }, "inventorySync": Object {}, }, }, }, } `;
Version data entries
3 entries across 3 versions & 1 rubygems