mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-12 22:23:01 +02:00
debug playwright failure case
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user