Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap')
-rw-r--r--spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap26
1 files changed, 16 insertions, 10 deletions
diff --git a/spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap b/spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap
index 82589e5147c..fc37a545511 100644
--- a/spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap
+++ b/spec/frontend/pages/admin/users/components/__snapshots__/delete_user_modal_spec.js.snap
@@ -37,29 +37,35 @@ exports[`User Operation confirmation modal renders modal with form included 1`]
value=""
/>
</form>
- <gl-deprecated-button-stub
- size="md"
- variant="secondary"
+ <gl-button-stub
+ category="primary"
+ icon=""
+ size="medium"
+ variant="default"
>
Cancel
- </gl-deprecated-button-stub>
+ </gl-button-stub>
- <gl-deprecated-button-stub
+ <gl-button-stub
+ category="primary"
disabled="true"
- size="md"
+ icon=""
+ size="medium"
variant="warning"
>
secondaryAction
- </gl-deprecated-button-stub>
+ </gl-button-stub>
- <gl-deprecated-button-stub
+ <gl-button-stub
+ category="primary"
disabled="true"
- size="md"
+ icon=""
+ size="medium"
variant="danger"
>
action
- </gl-deprecated-button-stub>
+ </gl-button-stub>
</div>
`;