Commit 6b4a3fa
committed
fix(showcase/ms-agent-python): beautiful-chat Task Manager — drop networkidle wait
The MAF spec had an extra `await page.waitForLoadState("networkidle")`
that LGP's identical test doesn't have. MAF's CopilotKit chat keeps a
persistent SSE connection open after initial load, so the page never
reaches network-idle — the wait always timed out at 120s before the
actual click→todos flow could run. Removed the spurious line so the
spec matches LGP exactly; the test now passes in ~5s instead of failing
on a precondition that can never be satisfied.1 parent c745ce0 commit 6b4a3fa
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
| |||
0 commit comments