Sha256: 66a7c7d00ad701e68fc324ba7d3a8c3143db6ede550bb2c65d7227c92dd7d774

Contents?: true

Size: 874 Bytes

Versions: 21

Compression:

Stored size: 874 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",
        "label": "test_org1",
        "upload_report_status": "running",
      }
    }
    accountID="Account1"
    initExpanded={true}
    key="0"
  />
  <ListItem
    account={
      Object {
        "generate_report_status": "failure",
        "label": "test_org2",
        "upload_report_status": "unknown",
      }
    }
    accountID="Account2"
    initExpanded={false}
    key="1"
  />
  <ListItem
    account={
      Object {
        "generate_report_status": "running",
        "label": "test_org3",
        "upload_report_status": "success",
      }
    }
    accountID="Account3"
    initExpanded={false}
    key="2"
  />
</ListView>
`;

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
foreman_rh_cloud-0.9.6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.4.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.4.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.4 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-2.0.4.pre.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-2.0.4.pre.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-2.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.3 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-0.9.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.2 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-0.9.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-1.0.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_inventory_upload-0.9.0 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap