// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`share url panel content render 1`] = `
}
label={
}
labelType="label"
>
}
position="bottom"
/>
,
},
Object {
"data-test-subj": "exportAsSavedObject",
"disabled": true,
"id": "savedObject",
"label":
}
position="bottom"
/>
,
},
]
}
/>
}
onChange={[Function]}
/>
}
position="bottom"
/>
`;
exports[`share url panel content should enable saved object export option when objectId is provided 1`] = `
}
labelType="label"
>
}
position="bottom"
/>
,
},
Object {
"data-test-subj": "exportAsSavedObject",
"disabled": false,
"id": "savedObject",
"label":
}
position="bottom"
/>
,
},
]
}
/>
}
onChange={[Function]}
/>
}
position="bottom"
/>
`;
exports[`share url panel content should hide short url section when allowShortUrl is false 1`] = `
}
labelType="label"
>
}
position="bottom"
/>
,
},
Object {
"data-test-subj": "exportAsSavedObject",
"disabled": false,
"id": "savedObject",
"label":
}
position="bottom"
/>
,
},
]
}
/>
`;
exports[`should show url param extensions 1`] = `
}
labelType="label"
>
}
position="bottom"
/>
,
},
Object {
"data-test-subj": "exportAsSavedObject",
"disabled": false,
"id": "savedObject",
"label":
}
position="bottom"
/>
,
},
]
}
/>
}
onChange={[Function]}
/>
}
position="bottom"
/>
`;