Sha256: cdd7069d77a47e4b2a0776f7b331668b9b30b04845a57e4ae56df3fceb876730

Contents?: true

Size: 786 Bytes

Versions: 9

Compression:

Stored size: 786 Bytes

Contents

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

exports[`AutoUploadSwitcher rendering render with props 1`] = `
<div
  className="auto_upload_switcher"
>
  <Switch
    animate={true}
    baseClass="bootstrap-switch"
    bsSize={null}
    defaultValue={true}
    disabled={false}
    handleWidth="auto"
    inverse={false}
    labelText=" "
    labelWidth="auto"
    offColor="default"
    offText="OFF"
    onChange={[Function]}
    onColor="primary"
    onText="ON"
    readonly={false}
    size="mini"
    tristate={false}
    value={true}
    wrapperClass="wrapper"
  />
  <FieldLevelHelp
    buttonClass=""
    content="Enable automatic upload of your host inventory to the Red Hat cloud"
    placement="top"
    rootClose={true}
  />
  <span>
    Allow Auto Upload
  </span>
</div>
`;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-0.9.7 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-1.0.7 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-2.0.7 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-0.9.6 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-1.0.6 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-2.0.6 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-0.9.5 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-1.0.5 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap
foreman_rh_cloud-2.0.5 webpack/ForemanInventoryUpload/Components/AutoUploadSwitcher/__tests__/__snapshots__/AutoUploadSwitcher.test.js.snap