Skip to content

Commit 110e8bc

Browse files
committed
Adds success recorder in auto suggest box tests
1 parent af69b3a commit 110e8bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/MaterialDesignThemes.UITests/WPF/AutoSuggestBoxes/AutoSuggestTextBoxTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ public async Task AutoSuggestBox_KeysUpAndDown_WrapAround()
196196
//Assert that the first item is selected after pressing ArrowDown
197197
await suggestBox.SendInput(new KeyboardInput(Key.Down));
198198
await Assert.That(await suggestionListBox.GetSelectedIndex()).IsEqualTo(0);
199+
200+
recorder.Success();
199201
}
200202

201203
[Test]

0 commit comments

Comments
 (0)