theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/routes/RegistrationCommands/RegistrationCommandsPage/__tests__/components/__snapshots__/Advanced.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`RegistrationCommandsPage - Advanced renders 1`] = `
<Fragment>
  <ConfigParams
    configParams={Object {}}
    handleInsights={[Function]}
    handleRemoteExecution={[Function]}
    isLoading={false}
    setupInsights=""
    setupRemoteExecution=""
  />
  <Packages
    configParams={Object {}}
    handlePackages={[Function]}
    isLoading={false}
    packages=""
  />
  <UpdatePackages
    handleUpdatePackages={[Function]}
    isLoading={false}
    updatePackages={false}
  />
  <Repository
    handleRepo={[Function]}
    handleRepoGpgKeyUrl={[Function]}
    isLoading={false}
    repo=""
    repoGpgKeyUrl=""
  />
  <TokenLifeTime
    handleInvalidField={[Function]}
    isLoading={false}
    onChange={[Function]}
    value=""
  />
</Fragment>
`;