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 2c5a1b7 commit 0643939Copy full SHA for 0643939
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/ShowBlogPost/ShowBlogPostPageTests.cs
@@ -115,8 +115,7 @@ public void ShouldShowErrorPageWhenBlogPostNotFound()
115
116
var cut = ctx.Render<ShowBlogPostPage>();
117
118
- cut.FindAll(".blogpost-content").ShouldBeEmpty();
119
- cut.FindAll("#no-blog-post-error").ShouldHaveSingleItem();
+ cut.HasComponent<ObjectNotFound>().ShouldBeTrue();
120
}
121
122
[Fact]
0 commit comments