Skip to content

Commit

Permalink
test: remove debugging statements
Browse files Browse the repository at this point in the history
Signed-off-by: John DeAngelis <[email protected]>
  • Loading branch information
johndeange committed Dec 4, 2024
1 parent c4d741d commit 625c5ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/Users/UserInfo/UserInfo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ describe("UserInfo", () => {
expect(await screen.findByText("Reviewer/Approver")).toBeInTheDocument();
expect(await screen.findByText("User Admin")).toBeInTheDocument();
expect(await screen.findByText("Budget Team")).toBeInTheDocument();

screen.debug();

expect(await screen.findByText("Procurement Team")).toBeInTheDocument();
});

Expand Down Expand Up @@ -237,7 +234,6 @@ describe("UserInfo", () => {
await browserUser.click(getByText("Viewer/Editor"));

// check that the 2 roles are selected
screen.debug();
expect(rolesComboBox).toHaveTextContent("System Owner");
expect(rolesComboBox).toHaveTextContent("Viewer/Editor");
});
Expand Down

0 comments on commit 625c5ac

Please sign in to comment.