summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap')
-rw-r--r--spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap14
1 files changed, 10 insertions, 4 deletions
diff --git a/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap b/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
index 8f406c62824..a35348d86ea 100644
--- a/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
+++ b/spec/frontend/clusters/components/__snapshots__/remove_cluster_confirmation_spec.js.snap
@@ -3,7 +3,7 @@
exports[`Remove cluster confirmation modal renders splitbutton with modal included 1`] = `
<div>
<div
- class="dropdown btn-group b-dropdown gl-dropdown"
+ class="dropdown b-dropdown gl-dropdown btn-group"
>
<button
class="btn btn-danger"
@@ -31,7 +31,9 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
role="menu"
tabindex="-1"
>
- <li>
+ <li
+ role="presentation"
+ >
<button
class="dropdown-item is-active"
role="menuitem"
@@ -47,14 +49,18 @@ exports[`Remove cluster confirmation modal renders splitbutton with modal includ
</button>
</li>
- <li>
+ <li
+ role="presentation"
+ >
<hr
aria-orientation="horizontal"
class="dropdown-divider"
role="separator"
/>
</li>
- <li>
+ <li
+ role="presentation"
+ >
<button
class="dropdown-item"
role="menuitem"