diff --git a/src/frontend/tests/core/integrations/Travel Planning Agent.spec.ts b/src/frontend/tests/core/integrations/Travel Planning Agent.spec.ts index 658da4b0e1..d66e3227de 100644 --- a/src/frontend/tests/core/integrations/Travel Planning Agent.spec.ts +++ b/src/frontend/tests/core/integrations/Travel Planning Agent.spec.ts @@ -58,8 +58,6 @@ test( .first() .fill(process.env.SEARCH_API_KEY ?? ""); - await page.waitForTimeout(1000); - await page.getByTestId("button_run_chat output").click(); await page.getByTestId("button_run_chat output").last().click(); @@ -83,8 +81,6 @@ test( timeout: 30000, }); - await page.waitForTimeout(1000); - const output = await page.getByTestId("div-chat-message").allTextContents(); const outputText = output.join("\n");