fix: updated timeout for blog writer (#8747)

Updated timeout for blog writer
This commit is contained in:
Lucas Oliveira 2025-06-26 10:51:09 -03:00 committed by GitHub
commit 605928d308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,9 @@ withEventDeliveryModes(
await page.getByTestId("button_run_chat output").click();
await page.waitForSelector("text=built successfully", { timeout: 30000 });
await page.waitForSelector("text=built successfully", {
timeout: 30000 * 3,
});
await page.getByRole("button", { name: "Playground", exact: true }).click();
await page