mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-17 08:33:06 +02:00
debug playwright failure case
This commit is contained in:
@ -24,6 +24,8 @@ async function verifyAdminPageNavigation(
|
|||||||
console.error(
|
console.error(
|
||||||
`Failed to find h1 with text "${pageTitle}" for path "${path}"`
|
`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;
|
throw error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user