diff --git a/common/test/resources/playwright-TC-reporter.ts b/common/test/resources/playwright-TC-reporter.ts index 8cbc0967e7..84f3eede0d 100644 --- a/common/test/resources/playwright-TC-reporter.ts +++ b/common/test/resources/playwright-TC-reporter.ts @@ -172,7 +172,7 @@ class TestNode { if (TestNode.Nodes.size > 0) { console.error(`Still have ${TestNode.Nodes.size} nodes hanging around`); for (const [id, node] of Array.from(TestNode.Nodes.entries())) { - console.error(`Remaining node title: '${node.suiteOrTest.title}'`); + console.error(`Remaining node title: '${node.suiteOrTest.title}' (id: '${id}')`); } } }