Sha256: dcf1aefd26f04da674c5035d9055c76fed01cb8747d968757b546fb01f08b987

Contents?: true

Size: 932 Bytes

Versions: 1

Compression:

Stored size: 932 Bytes

Contents

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

exports[`CloudConnectorButton render no cloud connector 1`] = `
<Button
  onClick={[MockFunction]}
  variant="secondary"
>
  Configure Cloud Connector
</Button>
`;

exports[`CloudConnectorButton render pending connector 1`] = `
<Popover
  aria-label="Popover with Link to cloud connector job"
  bodyContent={
    <div>
      Cloud connector job is still running, you can view it here:
      <a
        href="/job-link"
        rel="noopener noreferrer"
        target="_blank"
      >
        Open job
      </a>
    </div>
  }
  closeBtnAriaLabel="Close cloud connector Popover"
>
  <Button
    variant="secondary"
  >
    <Spinner
      size="sm"
    />
     
    Cloud Connector in progress
  </Button>
</Popover>
`;

exports[`CloudConnectorButton render resolved cloud connector 1`] = `
<Button
  isDisabled={true}
  variant="secondary"
>
  Cloud Connector is configured
</Button>
`;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.15 webpack/ForemanInventoryUpload/Components/PageHeader/components/CloudConnectorButton/__tests__/__snapshots__/CloudConnectorButton.test.js.snap