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 67d392b commit b7e4183Copy full SHA for b7e4183
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/AboutMe/Components/TalksTests.cs
@@ -28,7 +28,7 @@ public void WhenAddingTalkThenDisplayedToUser()
28
cut.Find("#talk-date").Change(new DateTime(2022, 10, 2));
29
cut.Find("#talk-content").Input("text");
30
31
- cut.Find("#talk-submit").Click();
+ cut.Find("form").Submit();
32
33
cut.WaitForState(() => cut.HasComponent<TalkEntry>());
34
var entry = cut.FindComponent<TalkEntry>();
0 commit comments