Skip to content

Commit 5cf131a

Browse files
committed
fix: Tests
1 parent 29e809f commit 5cf131a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/Features/ShowBlogPost/Components/SimilarBlogPostSectionTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public async Task ShouldShowSimilarBlogPosts()
3535

3636
var cut = context.Render<SimilarBlogPostSection>(p => p.Add(s => s.BlogPost, blogPost1));
3737

38-
var elements = cut.WaitForElements(".card-title");
38+
var elements = cut.WaitForElements("h6");
3939
elements.Count.ShouldBe(2);
4040
elements.ShouldContain(p => p.TextContent == "Title 2");
4141
elements.ShouldContain(p => p.TextContent == "Title 3");

0 commit comments

Comments
 (0)