We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86240bb commit c333a06Copy full SHA for c333a06
tests/LinkDotNet.Blog.UnitTests/Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPostTests.cs
@@ -176,7 +176,7 @@ public void ShouldStopExternalNavigationWhenDirty()
176
{
177
var cut = RenderComponent<CreateNewBlogPost>();
178
179
- cut.Find("#title").Change("Hey");
+ cut.Find("#title").Input("Hey");
180
181
cut.FindComponent<NavigationLock>().Instance.ConfirmExternalNavigation.Should().BeTrue();
182
}
0 commit comments