playwright
Advanced tools
Comparing version 1.50.0-alpha-2024-11-15 to 1.50.0-alpha-2024-11-16
@@ -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', { |
@@ -126,3 +126,2 @@ "use strict"; | ||
if (match && match[1].length < whitespacePrefixLength) whitespacePrefixLength = match[1].length; | ||
break; | ||
} | ||
@@ -129,0 +128,0 @@ return lines.filter(t => t.trim()).map(line => line.substring(whitespacePrefixLength)).join('\n'); |
@@ -72,2 +72,6 @@ "use strict"; | ||
}); | ||
// We can have multiple, hopefully equal, replacements for the same location, | ||
// for example when a single test runs multiple times because of projects or retries. | ||
// Do not apply multiple replacements for the same assertion. | ||
break; | ||
} | ||
@@ -74,0 +78,0 @@ } |
{ | ||
"name": "playwright", | ||
"version": "1.50.0-alpha-2024-11-15", | ||
"version": "1.50.0-alpha-2024-11-16", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"dependencies": { | ||
"playwright-core": "1.50.0-alpha-2024-11-15" | ||
"playwright-core": "1.50.0-alpha-2024-11-16" | ||
}, | ||
@@ -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
3150135
35662
39
10
+ Addedplaywright-core@1.50.0-alpha-2024-11-16(transitive)
- Removedplaywright-core@1.50.0-alpha-2024-11-15(transitive)