Sha256: 3be686f40cd7cb755bad9e83683da669e725ad4c05a0ff16cca366b393ff37e4

Contents?: true

Size: 835 Bytes

Versions: 3

Compression:

Stored size: 835 Bytes

Contents

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

exports[`AccountList rendering render with props 1`] = `
<ListView
  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"
  />
</ListView>
`;

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap