Commit 3786235
fix(playwright): enable shifts on the same worker we then edit
The prelude was ticking thirdShiftActive on row 0 (#firstColumn0) but
the test edits row 3 (#cell3_0), so the workday dialog still opened
with the default 2-shift assigned site and timed out waiting for
plannedStartOfShift3. Align the assigned-site dialog target with the
day-cell target.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 687a03e commit 3786235
File tree
1 file changed
+3
-2
lines changed- eform-client/playwright/e2e/plugins/time-planning-pn/b
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments