Commit 08b520b
committed
ci(e2e): include test_wl_save.py in Python E2E workflow
The previous exclusion (--ignore=tests/e2e/test_wl_save.py) was added
because 2 tests in that file were flaky in CI. Both were root-caused
in commit 2864701 as test bugs (pagination trap + paginated-DOM-count
assertions), not save-persistence anomalies. The suite now runs cleanly
end-to-end.
Baseline under playwright 1.60: 30 passed / 9 skipped / 0 errors.
Also bumps the pytest --timeout from 90s to 120s to give the full
suite headroom (~15-20 min total under load).1 parent 2864701 commit 08b520b
1 file changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | | - | |
| 98 | + | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| |||
0 commit comments