-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ui-mode): Watch mode button doesn't show active when test selected #34581
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
7d66f1f
to
d7d4100
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c2e9195
to
fae2f01
Compare
This comment has been minimized.
This comment has been minimized.
description: The watch mode button was not showing as highlighted when a test in the tree view was focused and the watch icon was being clicked. Handled this issue for both, light moide and dark mode visibility
fae2f01
to
13aeb6c
Compare
Test results for "tests 1"18 failed 22 flaky37801 passed, 653 skipped Merge workflow run. |
description: The watch mode button was not showing as highlighted when a test in the tree view was focused and the watch icon was being clicked. Handled this issue for both, light mode and dark mode visibility.
![selected-light](https://private-user-images.githubusercontent.com/91516067/408802532-f839a80a-4ee1-4e94-884d-7de254363f2f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTQyNDksIm5iZiI6MTczODk5Mzk0OSwicGF0aCI6Ii85MTUxNjA2Ny80MDg4MDI1MzItZjgzOWE4MGEtNGVlMS00ZTk0LTg4NGQtN2RlMjU0MzYzZjJmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA1NTIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThlMDUzYTYxMDljMjI0ZmRjODdjODU5NzNhZTZkNGNhMWEyYzc2ZDdiNDU3NGE2M2NmMjJjN2FhNGIzYWExNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.O5BGjBU-RMVf85JxD9foT94tqHJutbujfqVo0l2M6UQ)
![dark-watch](https://private-user-images.githubusercontent.com/91516067/408802547-8b015123-a313-454d-a48c-0702644be8b9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTQyNDksIm5iZiI6MTczODk5Mzk0OSwicGF0aCI6Ii85MTUxNjA2Ny80MDg4MDI1NDctOGIwMTUxMjMtYTMxMy00NTRkLWE0OGMtMDcwMjY0NGJlOGI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA1NTIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU5OTVjNmI1M2MxYWZiYTQ1NzY0OGQwMzNjNjc0OGFmZGM3M2I5ZjEwNWMyYTRkNDkwYjI3YTcwMTUyNmRmOTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9ZsXmRjBQzm0fF_9s1q5-kwugWMZEqt7Ljvjcz9D1T4)
#34434
Light Mode (Selected/Focused):
Dark Mode (Selected/Focused):