Sha256: 55e21e2934eecd06ae571b4720ca0f76f43e71f811246138cfc14c61175bbdd0

Contents?: true

Size: 871 Bytes

Versions: 84

Compression:

Stored size: 871 Bytes

Contents

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

exports[`ListItemStatus rendering render with Props 1`] = `
<Grid
  className="status"
  hasGutter={true}
>
  <GridItem
    className="item"
    span={6}
  >
    <p>
      Generating
    </p>
    <CheckIcon
      color="currentColor"
      noVerticalAlign={false}
      size="sm"
    />
  </GridItem>
  <GridItem
    className="item"
    span={6}
  >
    <p>
      Uploading
    </p>
    <Spinner
      size="sm"
    />
  </GridItem>
</Grid>
`;

exports[`ListItemStatus rendering render without Props 1`] = `
<Grid
  className="status"
  hasGutter={true}
>
  <GridItem
    className="item"
    span={6}
  >
    <p>
      Generating
    </p>
    <span>
      --
    </span>
  </GridItem>
  <GridItem
    className="item"
    span={6}
  >
    <p>
      Uploading
    </p>
    <span>
      --
    </span>
  </GridItem>
</Grid>
`;

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-3.0.28 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.28 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap