Commit d42fdfe
fix(test-j): wait for payroll settings response before clicking auto-break toggle
The payroll integration section on the settings page makes an async
getPayrollSettings() call that triggers a re-render after the main
settings GET completes. If the auto-break toggle is clicked during that
re-render, the click doesn't register. Wait for the payroll settings
response + 500ms settle before interacting with the toggle.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cc7449e commit d42fdfe
File tree
1 file changed
+6
-0
lines changed- eform-client/playwright/e2e/plugins/time-planning-pn/j
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
0 commit comments