-
Notifications
You must be signed in to change notification settings - Fork 341
Description
If you are seeing the same problem with VSTest please report it there (microsoft/vstest), and we will fix it, as that is a regression in existing functionality rather than a "new" feature in the new platform.
Brillant. So initially I did not understand the suggestion, but a bit more research and I find that in order to check if I observe the same issue with VSTest, I had to comment/remove the 'EnableMSTestRunner' line from the .csproj file for the tests. Having done that, I am once again able to see the dialog to associate test cases. The problem is that despite my co-worker seeing the full dialog, in my installation, the dialog is truncated and only a hint of the buttons to submit or cancel the action at the bottom of the dialog are visible.
Interesting to note that my coworker with Visual Studio Community see the full dialog:
![]()
Originally posted by @shepherdm3 in #4477

