Commit a28750e
fix(scorecard): select catalog user filter via URL in e2e tests
The e2e suite fails on CI because the click on the 'All' user picker
times out: the picker item's container <li> (MUI ListItem container
with the count badge as secondary action) intercepts pointer events,
so Playwright retries until timeout. This breaks every entity test
(60 failures across all locales) while passing locally, where font
rendering keeps the click point inside the clickable area.
Apply the 'all' user filter through the catalog URL query parameter
instead of clicking the picker, removing the hit-testing dependency.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Gustavo Lira <guga.java@gmail.com>1 parent ad8ef98 commit a28750e
1 file changed
Lines changed: 5 additions & 2 deletions
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments