File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ defineProps<{
32
32
</div >
33
33
34
34
<div class =" my-6 flex items-center justify-start" >
35
- <Button class =" w-full" :disabled =" processing" >
35
+ <Button class =" w-full" :disabled =" processing" data-test = " email-password-reset-link-button " >
36
36
<LoaderCircle v-if =" processing" class =" h-4 w-4 animate-spin" />
37
37
Email password reset link
38
38
</Button >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const user = page.props.auth.user;
88
88
</div >
89
89
90
90
<div class =" flex items-center gap-4" >
91
- <Button :disabled =" processing" >Save</Button >
91
+ <Button :disabled =" processing" data-test = " update-profile-button " >Save</Button >
92
92
93
93
<Transition
94
94
enter-active-class =" transition ease-in-out"
You can’t perform that action at this time.
0 commit comments