Sha256: b560fb324695cce651d528f0d859a24967537a9842eded27f177a096524d93c5

Contents?: true

Size: 837 Bytes

Versions: 86

Compression:

Stored size: 837 Bytes

Contents

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

exports[`AccountList rendering render with props 1`] = `
<Accordion
  className="account-list"
>
  <ListItem
    account={
      Object {
        "generate_report_status": "running",
        "id": 1,
        "upload_report_status": "running",
      }
    }
    key="0"
    label="Account1"
  />
  <ListItem
    account={
      Object {
        "generate_report_status": "failure",
        "id": 2,
        "upload_report_status": "unknown",
      }
    }
    key="1"
    label="Account2"
  />
  <ListItem
    account={
      Object {
        "generate_report_status": "running",
        "id": 3,
        "upload_report_status": "success",
      }
    }
    key="2"
    label="Account3"
  />
</Accordion>
`;

exports[`AccountList rendering show empty results 1`] = `<inventoryEmptyResults />`;

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
foreman_rh_cloud-11.2.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.60 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-10.0.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-11.1.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-10.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-11.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.59 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-11.0.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-11.0.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-11.0.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.58 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-10.0.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.57 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-10.0.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.56 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.55 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.54 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.53 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-9.0.52 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-8.0.52 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap