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 06a7208 commit d0a3d50Copy full SHA for d0a3d50
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Archive/ArchivePageTests.cs
@@ -21,7 +21,7 @@ public async Task ShouldDisplayAllBlogPosts()
21
22
var cut = ctx.RenderComponent<ArchivePage>();
23
24
- cut.WaitForElements("h2");
+ cut.WaitForState(() => cut.FindAll("h2").Count == 2);
25
var yearHeader = cut.FindAll("h2");
26
yearHeader.Should().HaveCount(2);
27
yearHeader[0].TextContent.Should().Be("2022");
0 commit comments