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-2.0.18.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.18 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.18 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.17 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.17 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.16 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.16 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.15 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.15 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-3.0.14 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.14 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.14 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-0.9.14 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-0.9.13.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.13.1 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-0.9.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap
foreman_rh_cloud-0.9.12 webpack/ForemanInventoryUpload/Components/AccountList/Components/ListItemStatus/__tests__/__snapshots__/ListItemStatus.test.js.snap