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" });