theforeman/foreman

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

Summary

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

exports[`RegistrationCommandsPage - Command renders 1`] = `
<FormGroup
  label="Registration command"
>
  <ClipboardCopy
    additionalActions={null}
    clickTip="Successfully copied to clipboard!"
    entryDelay={300}
    exitDelay={1500}
    hoverTip="Copy to clipboard"
    isCode={true}
    isExpanded={true}
    isReadOnly={true}
    maxWidth="150px"
    onChange={[Function]}
    onCopy={[Function]}
    ouiaSafe={true}
    position="top"
    removeFindDomNode={false}
    textAriaLabel="Copyable input"
    toggleAriaLabel="Show content"
    variant="expansion"
  >
    command
  </ClipboardCopy>
</FormGroup>
`;