Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TruongNguyen4 committed Sep 18, 2023
1 parent e506103 commit 2d69190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("DelegationDetailList component", () => {
render(<DelegationStakingDelegatorsList {...mockProps} />);
expect(screen.getByRole("link", { name: /view 1/i })).toBeInTheDocument();
expect(screen.getByRole("link", { name: /view 2/i })).toBeInTheDocument();
expect(screen.getByText(/results/i)).toBeInTheDocument();
expect(screen.getByText(/result/i)).toBeInTheDocument();
});

it("should detail page button click", () => {
Expand Down

0 comments on commit 2d69190

Please sign in to comment.