We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7caae commit c6f129aCopy full SHA for c6f129a
site/src/pages/UsersPage/UsersPage.test.tsx
@@ -49,9 +49,6 @@ const deleteUser = async () => {
49
const deleteButton = screen.getByText(/Delete/);
50
await user.click(deleteButton);
51
52
- // Check if the confirm message is displayed
53
- const confirmDialog = await screen.findByRole("dialog");
54
-
55
// Confirm with text input
56
const textField = screen.getByLabelText("Name of the user to delete");
57
const dialog = screen.getByRole("dialog");
0 commit comments