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-8.0.49 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-8.0.48 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-8.0.47 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-8.0.46 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.45 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.46 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.45 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-7.0.46 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.44 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-7.0.45 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.44 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.43 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-4.0.36 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-3.0.33 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.42.2 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.42.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.43 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.42 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap