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 5eec6e2 commit d550079Copy full SHA for d550079
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/AboutMe/Components/TalksTests.cs
@@ -26,7 +26,7 @@ public void WhenAddingTalkThenDisplayedToUser()
26
cut.Find("#talk-title").Change("title");
27
cut.Find("#talk-place").Change("Zurich");
28
cut.Find("#talk-date").Change(new DateTime(2022, 10, 2));
29
- cut.Find("#talk-content").Change("text");
+ cut.Find("#talk-content").Input("text");
30
31
cut.Find("#talk-submit").Click();
32
@@ -84,4 +84,4 @@ public void Dispose()
84
{
85
ctx?.Dispose();
86
}
87
-}
+}
0 commit comments