Commit 109efc0
fix(playwright): split saved-query nav+API into two waits for CI stability
The saved-query test waited for a single GET response with a 15 s budget
that had to cover full-page navigation, JS hydration, AND the API call.
Under CI load (parallel test suites) navigation alone exceeded 10 s,
leaving too little headroom for the API response.
Split into two sequential waits — PAGE_LOAD (10 s) for navigation, then
API_RESPONSE (15 s) for the hydration fetch — so each phase gets its own
timeout budget.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ad19e8c commit 109efc0
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
241 | 239 | | |
242 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | 249 | | |
| |||
0 commit comments