We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407f626 commit 7b3b253Copy full SHA for 7b3b253
tests/MaterialDesignThemes.UITests/WPF/ComboBoxes/ComboBoxTests.cs
@@ -77,7 +77,7 @@ public async Task OnComboBox_WithClearButton_ClearsSelection()
77
await Wait.For(async () =>
78
{
79
text = await comboBox.GetText();
80
- await Assert.That(text).IsNotNull();
+ await Assert.That(text).IsNull();
81
selectedIndex = await comboBox.GetSelectedIndex();
82
await Assert.That(selectedIndex >= 0).IsFalse();
83
});
0 commit comments