Skip to content

Commit

Permalink
correção erro test
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoFAmaral committed Dec 9, 2024
1 parent 1ce7a49 commit d682b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Public/MemberShip/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ describe("MemberShip Component", () => {

// Preencher
let inputs = container.querySelectorAll(".MuiFilledInput-input");
expect(inputs).toHaveLength(31);
expect(inputs).toHaveLength(32); //mudou de 31 no merge(82)
inputs = Array.from(inputs).slice(-4);
fireEvent.change(inputs[0], { target: { value: "João Teste" } });
fireEvent.change(inputs[1], { target: { value: "Filho" } });
Expand Down

0 comments on commit d682b8c

Please sign in to comment.