Skip to content

Commit

Permalink
fix: teste da carteirinha
Browse files Browse the repository at this point in the history
  • Loading branch information
clara-ribeiro committed Dec 17, 2024
1 parent 2c8130a commit 80b93ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Pages/Protected/Carteirinha/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ describe("Carteirinha Component", () => {

await waitFor(() => {
expect(screen.getByText("John Doe")).toBeInTheDocument();
expect(screen.getByText("12/31/1989")).toBeInTheDocument(); // Data de nascimento
expect(screen.getByText("7/31/2023")).toBeInTheDocument(); // Data de expedição
expect(screen.getByText("6/14/2022")).toBeInTheDocument(); // Data de contratação
expect(screen.getByText("123.456.789-00")).toBeInTheDocument(); // CPF
expect(screen.getByText("123.456.789-00")).toBeInTheDocument();
});
});

Expand Down

0 comments on commit 80b93ce

Please sign in to comment.