Sha256: d540eb9497a936f86ee1ab3d1287bcf7683c6e708eb21f237314700c1b7d4c95

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 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_new_filter",
        },
        "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_new_filter",
        },
        "inventorySync": Object {},
      },
    },
  },
}
`;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.18 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/__snapshots__/integration.test.js.snap
foreman_rh_cloud-3.0.17 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/__snapshots__/integration.test.js.snap
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/__snapshots__/integration.test.js.snap
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/InventoryFilter/__tests__/__snapshots__/integration.test.js.snap