Skip to content

Commit c333a06

Browse files
committed
Fix test
1 parent 86240bb commit c333a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LinkDotNet.Blog.UnitTests/Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPostTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void ShouldStopExternalNavigationWhenDirty()
176176
{
177177
var cut = RenderComponent<CreateNewBlogPost>();
178178

179-
cut.Find("#title").Change("Hey");
179+
cut.Find("#title").Input("Hey");
180180

181181
cut.FindComponent<NavigationLock>().Instance.ConfirmExternalNavigation.Should().BeTrue();
182182
}

0 commit comments

Comments
 (0)