We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af69b3a commit 110e8bcCopy full SHA for 110e8bc
tests/MaterialDesignThemes.UITests/WPF/AutoSuggestBoxes/AutoSuggestTextBoxTests.cs
@@ -196,6 +196,8 @@ public async Task AutoSuggestBox_KeysUpAndDown_WrapAround()
196
//Assert that the first item is selected after pressing ArrowDown
197
await suggestBox.SendInput(new KeyboardInput(Key.Down));
198
await Assert.That(await suggestionListBox.GetSelectedIndex()).IsEqualTo(0);
199
+
200
+ recorder.Success();
201
}
202
203
[Test]
0 commit comments