mirror of https://github.com/grafana/grafana
Chore: Convert FolderPicker test to rtl (#49838)
parent
0a341812d2
commit
f87c1b0eb9
@ -1,19 +0,0 @@ |
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP |
||||
|
||||
exports[`FolderPicker should render 1`] = ` |
||||
<div |
||||
data-testid="data-testid Folder picker select container" |
||||
> |
||||
<AsyncSelect |
||||
allowCustomValue={false} |
||||
aria-label="Select a folder" |
||||
defaultOptions={true} |
||||
defaultValue={null} |
||||
loadOptions={[Function]} |
||||
loadingMessage="Loading folders..." |
||||
onChange={[Function]} |
||||
onCreateOption={[Function]} |
||||
value={null} |
||||
/> |
||||
</div> |
||||
`; |
||||
Loading…
Reference in new issue