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 8b048c3 commit ff5e514Copy full SHA for ff5e514
src/Controls/tests/Xaml.UnitTests/Issues/Maui31186.xaml.cs
@@ -79,7 +79,7 @@ void OnCounterClicked(object sender, EventArgs e)
79
}
80
var page = new Maui31186(inflator);
81
Assert.That(page, Is.Not.Null);
82
- VisualStateManager.GoToState(page.CounterBtn, "Diasbled");
+ VisualStateManager.GoToState(page.CounterBtn, "Disabled");
83
Assert.That(page.CounterBtn.BackgroundColor, Is.EqualTo(Colors.LightBlue));
84
85
0 commit comments