Skip to content

Commit

Permalink
fix: module test
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 16, 2023
1 parent b093616 commit bcff335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ it("если добавить элемент, он появляется в сп

const { getByTestId, getAllByTestId } = render(application);

await events.type(getByTestId("input-add-1"), "Сделать домашку");
await events.type(getByTestId("input-add"), "Сделать домашку");

await events.click(getByTestId("button-add"));

Expand Down

0 comments on commit bcff335

Please sign in to comment.