blob: 974e5a7aadba1f3fb6f3f86dc3f58e122cf86600 [file] [log] [blame]
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AlertDialog matches snapshot 1`] = `
<div
class="bp5-portal"
>
<div
aria-live="polite"
class="bp5-overlay bp5-overlay-open bp5-overlay-scroll-container"
>
<div
class="bp5-overlay-start-focus-trap bp5-overlay-appear bp5-overlay-appear-active"
tabindex="0"
/>
<div
class="bp5-overlay-backdrop bp5-overlay-appear bp5-overlay-appear-active"
/>
<div
class="bp5-dialog-container bp5-overlay-content bp5-overlay-appear bp5-overlay-appear-active"
tabindex="0"
>
<div
aria-modal="true"
class="bp5-dialog bp5-alert alert-dialog"
role="dialog"
>
<div
class="bp5-alert-body"
>
<div
class="bp5-alert-contents"
>
<p>
Blah blah
</p>
<p>
Foo bar
</p>
</div>
</div>
<div
class="bp5-alert-footer"
>
<button
class="bp5-button bp5-intent-primary"
type="button"
>
<span
class="bp5-button-text"
>
Run it anyway
</span>
</button>
<button
class="bp5-button"
type="button"
>
<span
class="bp5-button-text"
>
Cancel
</span>
</button>
</div>
</div>
</div>
<div
class="bp5-overlay-end-focus-trap bp5-overlay-appear bp5-overlay-appear-active"
tabindex="0"
/>
</div>
</div>
`;