Commit af93722
fix(e2e): use try/catch for expandSection click instead of unconditional force
Unconditional force:true bypasses Playwright actionability checks and
causes unexpected side-panel behavior on Linux CI (form shows description
instead of opening). Try normal click first; fall back to force only when
an overlay (macOS VS Code notification) blocks the element.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent df7b33b commit af93722
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
0 commit comments