Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Feb 12, 2024
1 parent d07b45d commit 51b880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/todo/common/tests/todo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test("Create and delete item test", async ({ page }) => {
const guid = uuidv4();
console.log(`Creating item with text: ${guid}`);

await page.locator('[placeholder="Add an item"]').focus();;
await page.locator('[placeholder="Add an item"]').focus();
await page.locator('[placeholder="Add an item"]').type(guid);
await page.locator('[placeholder="Add an item"]').press("Enter");

Expand Down

0 comments on commit 51b880c

Please sign in to comment.