3 references to WaitForEditorTextChangeAsync
Microsoft.VisualStudioCode.Razor.IntegrationTests (3)
CodeActionsTests.cs (1)
43
var text = await TestServices.Editor.
WaitForEditorTextChangeAsync
();
FormattingTests.cs (2)
34
var afterFormat = await TestServices.Editor.
WaitForEditorTextChangeAsync
();
62
var afterFormat = await TestServices.Editor.
WaitForEditorTextChangeAsync
();