Open tmat opened 3 years ago
This check should probably belong before this line: https://github.com/dotnet/roslyn/blob/7b1087a25c9b8566cddb7800ed3b12fe94817fc3/src/VisualStudio/IntegrationTest/IntegrationTests/AbstractIntegrationTest.cs#L78
It should have a try
/finally
to ensure we still clean up on failure.
@sharwell are we doing this now? Assigning to you.
It'd be useful to detect presence of any info-bars and fail integration tests. They should only be used for critical errors that should no occur during scenario testing.