Sha256: 921db6de3374cbec6b062c288fb146533e5f93ead4b8ffea6cc4624f854ba6c4

Contents?: true

Size: 886 Bytes

Versions: 34

Compression:

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

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

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-1.0.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-2.0.12 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap
foreman_rh_cloud-0.9.11 webpack/ForemanInventoryUpload/Components/AccountList/__tests__/__snapshots__/AccountList.test.js.snap