NavBar integration tests broken due to type change
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
In https://devdiv.visualstudio.com/DevDiv/_git/VSEditor/pullrequest/646967, the editor changed the control type used for the navigation drop downs. Our integration tests assume a certain type here:
https://github.com/dotnet/roslyn/blob/ddc83e5ce2af51f36b13e58acb6e4b48a22efda0/src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/EditorInProcess.cs#L567-L574
The tests are broken now.
Contributor guide
Research direction
Start in src/VisualStudio/IntegrationTest/New.IntegrationTests/InProcess/EditorInProcess.cs at lines 567-574 and compare the assumed navigation drop-down control type with the editor change described in pull request 646967. Run the affected integration tests and update the type handling so the navigation drop-down tests pass again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100