create-playwright
Advanced tools
Comparing version 1.17.119 to 1.17.120
@@ -242,2 +242,3 @@ // @ts-check | ||
await todoItems.nth(1).dblclick(); | ||
await todoItems.nth(1).locator('.edit').fill('buy some sausages'); | ||
await todoItems.nth(1).locator('.edit').press('Escape'); | ||
@@ -300,3 +301,3 @@ await expect(todoItems).toHaveText(TODO_ITEMS); | ||
// Ensure there is 1 completed item. | ||
checkNumberOfCompletedTodosInLocalStorage(page, 1); | ||
await checkNumberOfCompletedTodosInLocalStorage(page, 1); | ||
@@ -303,0 +304,0 @@ // Now reload. |
@@ -241,2 +241,3 @@ import { test, expect, type Page } from '@playwright/test'; | ||
await todoItems.nth(1).dblclick(); | ||
await todoItems.nth(1).locator('.edit').fill('buy some sausages'); | ||
await todoItems.nth(1).locator('.edit').press('Escape'); | ||
@@ -299,3 +300,3 @@ await expect(todoItems).toHaveText(TODO_ITEMS); | ||
// Ensure there is 1 completed item. | ||
checkNumberOfCompletedTodosInLocalStorage(page, 1); | ||
await checkNumberOfCompletedTodosInLocalStorage(page, 1); | ||
@@ -302,0 +303,0 @@ // Now reload. |
{ | ||
"name": "create-playwright", | ||
"version": "1.17.119", | ||
"version": "1.17.120", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
@@ -12,2 +12,4 @@ # Create Playwright | ||
yarn create playwright | ||
# Or for pnpm | ||
pnpm dlx create-playwright | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208573
5898
15