We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60112a8 commit 93a017bCopy full SHA for 93a017b
src/Cody.VisualStudio.Tests/SmartApplyTests.cs
@@ -82,8 +82,6 @@ public async Task Apply_Suggestion_Is_Modifying_Manager_Document()
82
Assert.NotEqual(modifiedText, originalText);
83
}
84
85
-
86
87
private async Task ApplyLastSuggestionFor(string chatText)
88
{
89
var contextChipLocator = Page.Locator("[aria-label='Chat message'] span[data-lexical-decorator='true']");
0 commit comments