From 7665f60fdddd597a535fe8e45949dfe26ec9e82d Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Thu, 22 Jan 2026 12:32:58 -0800 Subject: [PATCH] DEBUG: expand console for mongo testing --- test/mongo/document.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/mongo/document.spec.ts b/test/mongo/document.spec.ts index b6703c49a..60cd0be08 100644 --- a/test/mongo/document.spec.ts +++ b/test/mongo/document.spec.ts @@ -26,6 +26,8 @@ for (const { name, databaseId, containerId, documents } of documentTestCases) { await documentsTab.documentsFilter.waitFor(); await documentsTab.documentsListPane.waitFor(); await expect(documentsTab.resultsEditor.locator).toBeAttached({ timeout: 60 * 1000 }); + + await explorer.expandNotificationConsole(); }); test.afterEach(async ({ page }) => { await page.unrouteAll({ behavior: "ignoreErrors" });