Sha256: 6ae350ba516ea33c6174c617f0a5e3ff7ab8da279e0b6750e9dbf295ee82e467

Contents?: true

Size: 911 Bytes

Versions: 150

Compression:

Stored size: 911 Bytes

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Dashboard reducer should handle INVENTORY_POLLING 1`] = `
Object {
  "some-account-ID": Object {
    "uploads": Object {
      "error": null,
      "logs": Array [
        "some-logs...",
      ],
      "scheduled": "2019-08-21T16:14:16.520+03:00",
    },
  },
}
`;

exports[`Dashboard reducer should handle INVENTORY_POLLING_ERROR 1`] = `
Object {
  "some-account-ID": Object {
    "uploads": Object {
      "error": "some-error",
    },
  },
}
`;

exports[`Dashboard reducer should handle INVENTORY_POLLING_START 1`] = `
Object {
  "some-account-ID": Object {
    "activeTab": "generating",
    "pollingProcessID": 1,
  },
}
`;

exports[`Dashboard reducer should handle INVENTORY_TAB_CHANGED 1`] = `
Object {
  "some-account-ID": Object {
    "activeTab": "uploads",
  },
}
`;

exports[`Dashboard reducer should return the initial state 1`] = `Object {}`;

Version data entries

150 entries across 150 versions & 2 rubygems

Version Path
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-9.0.51 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-8.0.51 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap
foreman_rh_cloud-7.0.48 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardReducer.test.js.snap