Skip to content

Commit

Permalink
fix(app): fixes test again
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Nov 17, 2023
1 parent 805a629 commit 14d3323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe("ReverifyStampsModal", () => {
const button = screen.getByTestId("reverify-initial-button");
fireEvent.click(button);
expect(screen.getByText("Why have my stamps expired?")).toBeInTheDocument();
expect(screen.getByText("Github" || "Discord" || "Snapshot")).toBeInTheDocument();
expect(screen.getByText("Discord" || "Snapshot")).toBeInTheDocument();
expect(screen.queryByText("Cancel")).toBeEnabled();
});
});

0 comments on commit 14d3323

Please sign in to comment.