Test enhancement: Add missing pointer-events assertion in sessionsListTwistie spec
Open
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
### Description
In `test/componentFixtures/playwright/tests/sessionsListTwistie.spec.ts`, the test verifies unhover states (`opacity` and `visibility`), but the `pointer-events` CSS property check is missing when the mouse moves away.
### Proposed Enhancement
Add `await expect(twistie).toHaveCSS('pointer-events', 'none');` to the unhover validation block to ensure full interaction state coverage.
Contributor guide
Assessment
This issue has not been assessed yet.