Cypress: delete an account 000000

This commit is contained in:
Cindy Chang
2024-07-03 13:55:49 +08:00
parent b6fa0b375c
commit 405cc6ea82
2 changed files with 58 additions and 1 deletions

View File

@@ -91,7 +91,7 @@
<div class="row-container flex-w-full-hoverable w-full flex justify-center" @mouseenter="handleRowMouseOver(slotProps.data.username)">
<img :src="slotProps.data.isDeleteHovered ? iconDeleteRed : iconDeleteGray"
:alt="slotProps.data.isDeleteHovered ? 'hovered' : 'not-hovered'"
class="cursor-pointer flex"
class="delete-account cursor-pointer flex"
@mouseover="handleDeleteMouseOver(slotProps.data.username)"
@mouseout="handleDeleteMouseOut(slotProps.data.username)"
@click="onDeleteBtnClick(slotProps.data.username)"