microsoft / microsoft/vscode

Test enhancement: Add missing pointer-events assertion in sessionsListTwistie spec

Open
#333,430 0 comments 0 reactions 1 assignee Claimed by @osortega View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.