File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
33
33
</div >
34
34
<Dialog >
35
35
<DialogTrigger as-child >
36
- <Button variant =" destructive" data-test =" delete-user" >Delete account</Button >
36
+ <Button variant =" destructive" data-test =" delete-user-button " >Delete account</Button >
37
37
</DialogTrigger >
38
38
<DialogContent >
39
39
<Form
@@ -75,7 +75,7 @@ const passwordInput = ref<InstanceType<typeof Input> | null>(null);
75
75
</Button >
76
76
</DialogClose >
77
77
78
- <Button type =" submit" variant =" destructive" :disabled =" processing" data-test =" confirm-delete-user" > Delete account </Button >
78
+ <Button type =" submit" variant =" destructive" :disabled =" processing" data-test =" confirm-delete-user-button " > Delete account </Button >
79
79
</DialogFooter >
80
80
</Form >
81
81
</DialogContent >
You can’t perform that action at this time.
0 commit comments