mirror of https://github.com/grafana/grafana
Convert ApiKeysAddedModal test to RTL (#50669)
parent
99c504d096
commit
d23bc5c390
@ -1,52 +0,0 @@ |
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`Render should render component 1`] = ` |
||||
<Modal |
||||
isOpen={true} |
||||
onClickBackdrop={[MockFunction]} |
||||
onDismiss={[MockFunction]} |
||||
title="API Key Created" |
||||
> |
||||
<Field |
||||
label="Key" |
||||
> |
||||
<Input |
||||
addonAfter={ |
||||
<ClipboardButton |
||||
getText={[Function]} |
||||
onClipboardCopy={[Function]} |
||||
variant="primary" |
||||
> |
||||
<Icon |
||||
name="copy" |
||||
/> |
||||
Copy |
||||
</ClipboardButton> |
||||
} |
||||
id="Key" |
||||
readOnly={true} |
||||
value="api key test" |
||||
/> |
||||
</Field> |
||||
<Alert |
||||
severity="info" |
||||
title="You will only be able to view this key here once!" |
||||
> |
||||
It is not stored in this form, so be sure to copy it now. |
||||
</Alert> |
||||
<p |
||||
className="text-muted" |
||||
> |
||||
You can authenticate a request using the Authorization HTTP header, example: |
||||
</p> |
||||
<pre |
||||
className="css-omfua5" |
||||
> |
||||
curl -H "Authorization: Bearer |
||||
api key test |
||||
" |
||||
test/path |
||||
/api/dashboards/home |
||||
</pre> |
||||
</Modal> |
||||
`; |
Loading…
Reference in new issue