mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
minor delay
This commit is contained in:
parent
58fdc86d41
commit
bfa4fbd691
@ -17,7 +17,7 @@ async function verifyAdminPageNavigation(
|
||||
await page.goto(`http://localhost:3000/admin/${path}`);
|
||||
|
||||
await expect(page.locator("h1.text-3xl")).toHaveText(pageTitle, {
|
||||
timeout: 2000,
|
||||
timeout: 3000,
|
||||
});
|
||||
|
||||
if (options?.paragraphText) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user