debian-mirror-gitlab/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap

150 lines
3.3 KiB
Text
Raw Normal View History

2020-01-01 13:55:28 +05:30
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Remove cluster confirmation modal renders splitbutton with modal included 1`] = `
2020-10-24 23:57:45 +05:30
<div
class="gl-display-flex gl-justify-content-end"
>
2020-01-01 13:55:28 +05:30
<div
2021-01-03 14:25:43 +05:30
class="dropdown b-dropdown gl-new-dropdown btn-group"
menu-class="dropdown-menu-large"
2020-01-01 13:55:28 +05:30
>
<button
2021-01-03 14:25:43 +05:30
class="btn btn-danger btn-md gl-button split-content-button"
2020-01-01 13:55:28 +05:30
type="button"
>
2021-01-03 14:25:43 +05:30
<!---->
2020-04-08 14:13:33 +05:30
<span
2021-01-03 14:25:43 +05:30
class="gl-new-dropdown-button-text"
2020-04-08 14:13:33 +05:30
>
Remove integration and resources
</span>
2020-01-01 13:55:28 +05:30
<!---->
</button>
<button
aria-expanded="false"
aria-haspopup="true"
2021-01-03 14:25:43 +05:30
class="btn dropdown-toggle btn-danger btn-md gl-button gl-dropdown-toggle dropdown-toggle-split"
2020-01-01 13:55:28 +05:30
type="button"
>
<span
class="sr-only"
>
Toggle Dropdown
</span>
</button>
<ul
2021-01-03 14:25:43 +05:30
class="dropdown-menu dropdown-menu-large"
2020-01-01 13:55:28 +05:30
role="menu"
tabindex="-1"
>
2021-01-03 14:25:43 +05:30
<!---->
2020-03-13 15:44:24 +05:30
<li
2021-01-03 14:25:43 +05:30
class="gl-new-dropdown-item"
2020-03-13 15:44:24 +05:30
role="presentation"
>
2020-01-01 13:55:28 +05:30
<button
2021-01-03 14:25:43 +05:30
class="dropdown-item"
2020-01-01 13:55:28 +05:30
role="menuitem"
type="button"
>
2021-01-03 14:25:43 +05:30
<svg
class="gl-icon s16 gl-new-dropdown-item-check-icon"
data-testid="mobile-issue-close-icon"
>
<use
href="#mobile-issue-close"
/>
</svg>
<!---->
2020-01-01 13:55:28 +05:30
2021-01-03 14:25:43 +05:30
<!---->
<div
class="gl-new-dropdown-item-text-wrapper"
>
<p
class="gl-new-dropdown-item-text-primary"
>
<strong>
Remove integration and resources
</strong>
<div>
Deletes all GitLab resources attached to this cluster during removal
</div>
</p>
<!---->
2020-01-01 13:55:28 +05:30
</div>
2021-01-03 14:25:43 +05:30
<!---->
2020-01-01 13:55:28 +05:30
</button>
</li>
2020-03-13 15:44:24 +05:30
<li
2021-01-03 14:25:43 +05:30
class="gl-new-dropdown-divider"
2020-03-13 15:44:24 +05:30
role="presentation"
>
2020-01-01 13:55:28 +05:30
<hr
aria-orientation="horizontal"
class="dropdown-divider"
role="separator"
/>
</li>
2020-03-13 15:44:24 +05:30
<li
2021-01-03 14:25:43 +05:30
class="gl-new-dropdown-item"
2020-03-13 15:44:24 +05:30
role="presentation"
>
2020-01-01 13:55:28 +05:30
<button
class="dropdown-item"
role="menuitem"
type="button"
>
2021-01-03 14:25:43 +05:30
<svg
class="gl-icon s16 gl-new-dropdown-item-check-icon gl-visibility-hidden"
data-testid="mobile-issue-close-icon"
>
<use
href="#mobile-issue-close"
/>
</svg>
<!---->
2020-01-01 13:55:28 +05:30
2021-01-03 14:25:43 +05:30
<!---->
<div
class="gl-new-dropdown-item-text-wrapper"
>
<p
class="gl-new-dropdown-item-text-primary"
>
<strong>
Remove integration
</strong>
<div>
Removes cluster from project but keeps associated resources
</div>
</p>
<!---->
2020-01-01 13:55:28 +05:30
</div>
2021-01-03 14:25:43 +05:30
<!---->
2020-01-01 13:55:28 +05:30
</button>
</li>
<!---->
</ul>
</div>
<!---->
</div>
`;