Sha256: 3192e68930fed45def1a9310292fdfd764a21898dd24a23c42f7bb78e06ae3ec

Contents?: true

Size: 1.09 KB

Versions: 64

Compression:

Stored size: 1.09 KB

Contents

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

exports[`ListItemStatus rendering render with Props 1`] = `
<Grid
  bsClass="container"
  className="status"
  componentClass="div"
  fluid={false}
>
  <Col
    bsClass="col"
    className="item"
    componentClass="div"
    sm={6}
  >
    <p>
      Generating
    </p>
    <Icon
      name="check"
      type="fa"
    />
  </Col>
  <Col
    bsClass="col"
    className="item"
    componentClass="div"
    sm={6}
  >
    <p>
      Uploading
    </p>
    <Spinner
      className=""
      inline={true}
      inverse={false}
      loading={true}
      size="xs"
    />
  </Col>
</Grid>
`;

exports[`ListItemStatus rendering render without Props 1`] = `
<Grid
  bsClass="container"
  className="status"
  componentClass="div"
  fluid={false}
>
  <Col
    bsClass="col"
    className="item"
    componentClass="div"
    sm={6}
  >
    <p>
      Generating
    </p>
    <span>
      --
    </span>
  </Col>
  <Col
    bsClass="col"
    className="item"
    componentClass="div"
    sm={6}
  >
    <p>
      Uploading
    </p>
    <span>
      --
    </span>
  </Col>
</Grid>
`;

Version data entries

64 entries across 64 versions & 2 rubygems

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