diff --git a/frontend/src/components/Users/UserInfo/UserInfo.test.js b/frontend/src/components/Users/UserInfo/UserInfo.test.js index f45ff9030c..7d8b95dd27 100644 --- a/frontend/src/components/Users/UserInfo/UserInfo.test.js +++ b/frontend/src/components/Users/UserInfo/UserInfo.test.js @@ -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(); }); @@ -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"); });