create-playwright
Advanced tools
Comparing version 1.17.128 to 1.17.129
@@ -17,4 +17,4 @@ // @ts-check | ||
// Expects the URL to contain intro. | ||
await expect(page).toHaveURL(/.*intro/); | ||
// Expects page to have a heading with the name of Installation. | ||
await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); | ||
}); |
@@ -16,4 +16,4 @@ import { test, expect } from '@playwright/test'; | ||
// Expects the URL to contain intro. | ||
await expect(page).toHaveURL(/.*intro/); | ||
// Expects page to have a heading with the name of Installation. | ||
await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); | ||
}); |
{ | ||
"name": "create-playwright", | ||
"version": "1.17.128", | ||
"version": "1.17.129", | ||
"description": "Getting started with writing end-to-end tests with Playwright.", | ||
@@ -5,0 +5,0 @@ "repository": "github:Microsoft/playwright", |
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
210034
5898