Sha256: 392487c495979a40455a2e1647184c89b01fe41ff1a4bf556c2d3a55f133d7c4

Contents?: true

Size: 1.72 KB

Versions: 21

Compression:

Stored size: 1.72 KB

Contents

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

exports[`NewTemplateSyncSelectors should return export settings 1`] = `
Array [
  Object {
    "description": "Import or export names matching this regex (case-insensitive; snippets are not filtered)",
    "id": 47,
    "name": "filter",
    "settingsType": "string",
    "value": "",
  },
  Object {
    "description": "Negate the filter for import/export",
    "id": 48,
    "name": "negate",
    "settingsType": "bool",
    "value": false,
  },
  Object {
    "description": "Target path to import and export. Different protocols can be used, for example /tmp/dir, git://example.com, https://example.com, ssh://example.com. When exporting to /tmp, note that production deployments may be configured to use private tmp.",
    "id": 49,
    "name": "repo",
    "settingsType": "string",
    "value": "https://github.com/theforeman/community-templates.git",
  },
]
`;

exports[`NewTemplateSyncSelectors should return import settings 1`] = `
Array [
  Object {
    "description": "Associate templates to OS, organization and location",
    "id": 45,
    "name": "associate",
    "selection": Array [
      Object {
        "label": "New",
        "value": "new",
      },
      Object {
        "label": "Never",
        "value": "never",
      },
      Object {
        "label": "Always",
        "value": "always",
      },
    ],
    "settingsType": "string",
    "value": "new",
  },
  Object {
    "description": "Should importing overwrite locked templates?",
    "id": 46,
    "name": "force",
    "settingsType": "bool",
    "value": false,
  },
]
`;

exports[`NewTemplateSyncSelectors should return loading error 1`] = `"Error"`;

exports[`NewTemplateSyncSelectors should return loading settings 1`] = `true`;

Version data entries

21 entries across 21 versions & 1 rubygems

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