Sha256: 748dbf6af807d4544cb8a8aeef2ed81146096ba8d8e07755d013426b5844b261

Contents?: true

Size: 831 Bytes

Versions: 150

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

150 entries across 150 versions & 2 rubygems

Version Path
foreman_rh_cloud-7.0.47 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-8.0.50 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-8.0.49 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-8.0.48 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-4.0.36 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-3.0.33 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardSelectors.test.js.snap