Skip to content

Commit c6f129a

Browse files
committed
>:(
1 parent 5a7caae commit c6f129a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/pages/UsersPage/UsersPage.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ const deleteUser = async () => {
4949
const deleteButton = screen.getByText(/Delete/);
5050
await user.click(deleteButton);
5151

52-
// Check if the confirm message is displayed
53-
const confirmDialog = await screen.findByRole("dialog");
54-
5552
// Confirm with text input
5653
const textField = screen.getByLabelText("Name of the user to delete");
5754
const dialog = screen.getByRole("dialog");

0 commit comments

Comments
 (0)