Sha256: 748dbf6af807d4544cb8a8aeef2ed81146096ba8d8e07755d013426b5844b261

Contents?: true

Size: 831 Bytes

Versions: 147

Compression:

Stored size: 831 Bytes

Contents

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

exports[`Dashboard selectors should return Dashboard 1`] = `
Object {
  "activeTab": "uploads",
  "generating": Object {
    "completed": 25,
    "logs": Array [
      "some-logs...",
    ],
  },
  "pollingProcessID": 1,
  "uploading": Object {
    "completed": 25,
    "logs": Array [
      "some-logs...",
    ],
  },
}
`;

exports[`Dashboard selectors should return Dashboard activeTab 1`] = `"uploads"`;

exports[`Dashboard selectors should return Dashboard generating 1`] = `
Object {
  "completed": 25,
  "logs": Array [
    "some-logs...",
  ],
}
`;

exports[`Dashboard selectors should return Dashboard pollingProcessID 1`] = `1`;

exports[`Dashboard selectors should return Dashboard uploading 1`] = `
Object {
  "completed": 25,
  "logs": Array [
    "some-logs...",
  ],
}
`;

Version data entries

147 entries across 147 versions & 2 rubygems

Version Path
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-3.0.28 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.28 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.27 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap