Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Nov 9, 2023
1 parent 81b2b64 commit eca2f4c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ it("includes and submits report illegal content form", async () => {
await screen.findByText("Report illegal content");
const currentTab = screen.getByTestId("current-tab-pane");

expect(
within(currentTab).getByRole("link", { name: "Back to comments" })
).toBeVisible();

const lawBrokenTextbox = within(currentTab).getByRole("textbox", {
name: "What law do you believe has been broken? (required)",
});
Expand Down

0 comments on commit eca2f4c

Please sign in to comment.