ManageIQ/manageiq-ui-classic

View on GitHub
app/javascript/spec/visual-settings-form/__snapshots__/visual-settings-form.spec.js.snap

Summary

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

exports[`visual settings form matches the snapshot 1`] = `
<div
  className="loadSettings"
>
  <Loading
    active={true}
    className="loading"
    description="Active loading indicator"
    small={true}
    withOverlay={false}
  />
</div>
`;