diff --git a/web/tests/e2e/admin_pages.spec.ts b/web/tests/e2e/admin_pages.spec.ts index 44ee6be1d63..f2e97338468 100644 --- a/web/tests/e2e/admin_pages.spec.ts +++ b/web/tests/e2e/admin_pages.spec.ts @@ -24,6 +24,8 @@ async function verifyAdminPageNavigation( console.error( `Failed to find h1 with text "${pageTitle}" for path "${path}"` ); + // NOTE: This is a temporary measure for debugging the issue + console.error(await page.content()); throw error; }