Sha256: d631526275564c7518bc012ce007108a32e13080b70cb20c22852d59f8604c41

Contents?: true

Size: 451 Bytes

Versions: 42

Compression:

Stored size: 451 Bytes

Contents

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

exports[`SyncButton rendering render with Props 1`] = `
<Fragment>
  <SyncModal
    show={false}
    toggleModal={[Function]}
  />
  <Button
    className="sync_button"
    isDisabled={false}
    onClick={[Function]}
    size="lg"
    variant="secondary"
  >
    <RedoIcon
      color="currentColor"
      noVerticalAlign={false}
      size="sm"
    />
     Sync inventory status
  </Button>
</Fragment>
`;

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.16 webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/__snapshots__/SyncButton.test.js.snap
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/__tests__/__snapshots__/SyncButton.test.js.snap