We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75312a commit cda196fCopy full SHA for cda196f
resources/js/components/DeleteUser.vue
@@ -33,7 +33,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
33
</div>
34
<Dialog>
35
<DialogTrigger as-child>
36
- <Button variant="destructive">Delete account</Button>
+ <Button variant="destructive" data-test="delete-user">Delete account</Button>
37
</DialogTrigger>
38
<DialogContent>
39
<Form
0 commit comments