create-playwright
Advanced tools
Comparing version 1.17.120 to 1.17.122
@@ -11,3 +11,3 @@ // @ts-check | ||
// create a locator | ||
const getStarted = page.locator('text=Get Started'); | ||
const getStarted = page.getByText('Get Started'); | ||
@@ -14,0 +14,0 @@ // Expect an attribute "to be strictly equal" to the value. |
@@ -10,3 +10,3 @@ import { test, expect } from '@playwright/test'; | ||
// create a locator | ||
const getStarted = page.locator('text=Get Started'); | ||
const getStarted = page.getByText('Get Started'); | ||
@@ -13,0 +13,0 @@ // Expect an attribute "to be strictly equal" to the value. |
{ | ||
"name": "create-playwright", | ||
"version": "1.17.120", | ||
"version": "1.17.122", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -25,3 +25,3 @@ "repository": "github:Microsoft/playwright", | ||
"devDependencies": { | ||
"@playwright/test": "^1.22.0", | ||
"@playwright/test": "^1.27.0", | ||
"@types/node": "^16.11.11", | ||
@@ -28,0 +28,0 @@ "ansi-colors": "^4.1.1", |
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
208567