Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Jul 5, 2023
1 parent 778e42c commit a5bc1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/client/admin/test/community/banUser.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ it.only("displays limited options for single site tenants", async () => {
// MARCUS: why is this passing?
const modal = screen.getByLabelText("Are you sure you want to ban Isabelle?");
expect(modal).toBeInTheDocument();
// userEvent.click(within(modal).getByLabelText("All sites"));
expect(screen.queryByText("All sites")).not.toBeInTheDocument();
expect(screen.queryByText("Specific sites")).not.toBeInTheDocument();
expect(
Expand Down

0 comments on commit a5bc1c3

Please sign in to comment.