Commit 489147c
fix(playwright): register index response listener before save click
The waitForResponse for the Index POST was registered after awaiting the
PUT response, creating a race where the Index response could arrive
before the listener was set up — causing the test to miss it and assert
against a half-rendered dashboard.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1a63029 commit 489147c
File tree
2 files changed
+2
-2
lines changed- eform-client/playwright/e2e/plugins/time-planning-pn/b
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
372 | 373 | | |
373 | 374 | | |
374 | | - | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | | - | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments