Commit b613838
fix(e2e): resolve parallel test race condition in issues-crud
The "should display assignee on issue detail page" test was failing when
run with multiple workers because all browsers competed for the same
seeded issue (HD-02).
Solution: Create a fresh issue in beforeEach following the established
pattern from "Issue Detail and Updates" test block.
Fixes: PinPoint-6c9
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f34fa4b commit b613838
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
184 | 200 | | |
185 | | - | |
186 | | - | |
| 201 | + | |
| 202 | + | |
187 | 203 | | |
188 | 204 | | |
189 | 205 | | |
190 | 206 | | |
191 | 207 | | |
192 | | - | |
| 208 | + | |
193 | 209 | | |
194 | 210 | | |
195 | 211 | | |
| |||
0 commit comments