Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
qzeene committed Jul 16, 2023
1 parent b864d84 commit b093616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test('по адресу /about открывается страница "о пр
test("если добавить элемент, он появляется в списке", async ({ page }) => {
await page.goto("/");

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

const items = page.getByTestId("list-item");
Expand Down

0 comments on commit b093616

Please sign in to comment.