Sha256: 51a3522be790751747d8edc512ff61c3e327082df272890f1d309d1696b05306

Contents?: true

Size: 1.4 KB

Versions: 15

Compression:

Stored size: 1.4 KB

Contents

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

exports[`AccountList selectors should return AccountList accounts 1`] = `
Object {
  "Account1": Object {
    "generate_report_status": "running",
    "label": "test_org1",
    "upload_report_status": "running",
  },
  "Account2": Object {
    "generate_report_status": "failure",
    "label": "test_org2",
    "upload_report_status": "unknown",
  },
  "Account3": Object {
    "generate_report_status": "running",
    "label": "test_org3",
    "upload_report_status": "success",
  },
}
`;

exports[`AccountList selectors should return AccountList autoUploadEnabled 1`] = `true`;

exports[`AccountList selectors should return AccountList hostObfuscationEnabled 1`] = `true`;

exports[`AccountList selectors should return AccountList pollingProcessID 1`] = `0`;

exports[`AccountList selectors should return AccountsList 1`] = `
Object {
  "accounts": Object {
    "Account1": Object {
      "generate_report_status": "running",
      "label": "test_org1",
      "upload_report_status": "running",
    },
    "Account2": Object {
      "generate_report_status": "failure",
      "label": "test_org2",
      "upload_report_status": "unknown",
    },
    "Account3": Object {
      "generate_report_status": "running",
      "label": "test_org3",
      "upload_report_status": "success",
    },
  },
  "autoUploadEnabled": true,
  "hostObfuscationEnabled": true,
  "pollingProcessID": 0,
}
`;

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-1.0.11 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-2.0.11 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-0.9.10 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-1.0.10 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-2.0.10 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-2.0.9 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-1.0.9 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-0.9.9 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-0.9.8 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-1.0.8 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap
foreman_rh_cloud-2.0.8 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountListSelectors.test.js.snap