@web/test-runner-playwright
Advanced tools
Comparing version 0.4.14 to 0.4.15
# @web/test-runner-playwright | ||
## 0.4.15 | ||
### Patch Changes | ||
- 4e3de03: fix a potential race condition when starting a new test | ||
## 0.4.14 | ||
@@ -4,0 +10,0 @@ |
@@ -72,5 +72,6 @@ "use strict"; | ||
if (page) { | ||
const result = await page.stopSession(); | ||
this.activePages.delete(session.id); | ||
this.inactivePages.push(page); | ||
return page.stopSession(); | ||
return result; | ||
} | ||
@@ -77,0 +78,0 @@ else { |
{ | ||
"name": "@web/test-runner-playwright", | ||
"version": "0.4.14", | ||
"version": "0.4.15", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26659
230