Commit cb85695
fix: use test.skip() inside beforeEach instead of describe.serial.skip
Playwright doesn't have test.describe.serial.skip — use beforeEach
with test.skip(true, reason) to skip all tests in the describe block.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bb57261 commit cb85695
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- eform-client/playwright/e2e/plugins/items-planning-pn/c
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments