playwright
Advanced tools
Comparing version 1.49.0-beta-1731616844000 to 1.49.0-beta-1731672404000
@@ -196,3 +196,4 @@ "use strict"; | ||
const expectedText = (0, _utils.serializeExpectedTextValues)([expected], { | ||
ignoreCase: options === null || options === void 0 ? void 0 : options.ignoreCase | ||
ignoreCase: options === null || options === void 0 ? void 0 : options.ignoreCase, | ||
normalizeWhiteSpace: true | ||
}); | ||
@@ -209,3 +210,4 @@ return await locator._expect('to.have.accessible.description', { | ||
const expectedText = (0, _utils.serializeExpectedTextValues)([expected], { | ||
ignoreCase: options === null || options === void 0 ? void 0 : options.ignoreCase | ||
ignoreCase: options === null || options === void 0 ? void 0 : options.ignoreCase, | ||
normalizeWhiteSpace: true | ||
}); | ||
@@ -212,0 +214,0 @@ return await locator._expect('to.have.accessible.name', { |
{ | ||
"name": "playwright", | ||
"version": "1.49.0-beta-1731616844000", | ||
"version": "1.49.0-beta-1731672404000", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"dependencies": { | ||
"playwright-core": "1.49.0-beta-1731616844000" | ||
"playwright-core": "1.49.0-beta-1731672404000" | ||
}, | ||
@@ -62,0 +62,0 @@ "optionalDependencies": { |
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
3149474
35656
+ Addedplaywright-core@1.49.0-beta-1731672404000(transitive)
- Removedplaywright-core@1.49.0-beta-1731616844000(transitive)