Skip to content

Commit 752491f

Browse files
committed
add data-test="logout-button"
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent b98a8a3 commit 752491f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/UserMenuContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defineProps<Props>();
3535
</DropdownMenuGroup>
3636
<DropdownMenuSeparator />
3737
<DropdownMenuItem :as-child="true">
38-
<Link class="block w-full" :href="logout()" @click="handleLogout" as="button">
38+
<Link class="block w-full" :href="logout()" @click="handleLogout" as="button" data-test="logout-button">
3939
<LogOut class="mr-2 h-4 w-4" />
4040
Log out
4141
</Link>

0 commit comments

Comments
 (0)