debug playwright failure case

This commit is contained in:
pablonyx
2025-02-26 17:32:26 -08:00
parent 11e7e1c4d6
commit 4dc88ca037

View File

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