Sha256: ee1c16f5835eb478294c1536c47f6cb571aad1585a4ca316dcbf0ac674f60f94

Contents?: true

Size: 710 Bytes

Versions: 24

Compression:

Stored size: 710 Bytes

Contents

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

exports[`SyncTypeRadios should render 1`] = `
<CommonForm
  className=""
  inputClassName="col-md-6"
  label="Test radios"
>
  <Radio
    bsClass="radio"
    checked={false}
    disabled={false}
    inline={true}
    key="0"
    onChange={[Function]}
    title="A"
    value="a"
  >
    A
  </Radio>
  <Radio
    bsClass="radio"
    checked={true}
    disabled={false}
    inline={true}
    key="1"
    onChange={[Function]}
    title="B"
    value="b"
  >
    B
  </Radio>
  <Radio
    bsClass="radio"
    checked={false}
    disabled={false}
    inline={true}
    key="2"
    onChange={[Function]}
    title="C"
    value="c"
  >
    C
  </Radio>
</CommonForm>
`;

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
foreman_templates-10.0.4 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-10.0.3 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-10.0.2 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-10.0.1 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-10.0.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.5.1 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.5.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.3.3 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.3.2 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.3.1 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.4.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.3.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.2.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.1.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.0.2 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.0.1 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-9.0.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-7.0.7 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-8.0.0 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap
foreman_templates-7.0.6 webpack/components/NewTemplateSync/components/__tests__/__snapshots__/SyncTypeRadios.test.js.snap