Skip to content

Commit 5a7caae

Browse files
committed
bad test is bad
1 parent 07730bf commit 5a7caae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const deleteUser = async () => {
5151

5252
// Check if the confirm message is displayed
5353
const confirmDialog = await screen.findByRole("dialog");
54-
expect(confirmDialog).toHaveTextContent(`Are you sure you want to proceed?`);
5554

5655
// Confirm with text input
5756
const textField = screen.getByLabelText("Name of the user to delete");

0 commit comments

Comments
 (0)