Sha256: 397630c7856107a6922e62114d885d6763593e0851176f9bb4f8b7d7e017b39c

Contents?: true

Size: 772 Bytes

Versions: 6

Compression:

Stored size: 772 Bytes

Contents

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

exports[`AccountList rendering render with props 1`] = `
<ListView
  className="account_list"
>
  <ListItem
    initExpanded={true}
    key="0"
    name="Account1"
    statuses={
      Object {
        "generate_report_status": "running",
        "upload_report_status": "running",
      }
    }
  />
  <ListItem
    initExpanded={false}
    key="1"
    name="Account2"
    statuses={
      Object {
        "generate_report_status": "failure",
        "upload_report_status": "unknown",
      }
    }
  />
  <ListItem
    initExpanded={false}
    key="2"
    name="Account3"
    statuses={
      Object {
        "generate_report_status": "running",
        "upload_report_status": "success",
      }
    }
  />
</ListView>
`;

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap