DEBUG: expand console for mongo testing

This commit is contained in:
Asier Isayas
2026-01-22 12:32:58 -08:00
parent 561eb6d1fa
commit 7665f60fdd

View File

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