From 5fee0847182d24cb00f0d8ffcb27a53c1f3b33bc Mon Sep 17 00:00:00 2001 From: Dzmitry Kosarau Date: Thu, 5 Oct 2023 14:06:15 +0500 Subject: [PATCH] Code review fixes - 1 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f28eb..32fd5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ - `Promise.allSettled` polyfill to support NodeJS 10 ### Fixed - Reporting is down on error with collect request on reporting start -- Can not read property `realId` of undefined during reporting +- Can not read property `realId` of undefined during reporting, resolves [#99](https://github.com/reportportal/agent-js-playwright/issues/99) + ## [5.0.13] - 2023-08-28 ### Added - `launchUuidPrint` and `launchUuidPrintOutput` configuration options to ease integration with CI tools, by @HardNorth