Commit a8c85b2
fix(playwright): use domcontentloaded for saved-query nav to avoid CI timeout
The saved-query → SQL Lab navigation was timing out in CI because
waitUntil: 'load' blocks until all JS/CSS resources finish loading.
Switch to 'domcontentloaded' (DOM parsed, before subresources) and
bump timeout to API_RESPONSE (15s) since ensureEditorReady() already
handles full readiness downstream.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 109efc0 commit a8c85b2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
242 | | - | |
| 241 | + | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments