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 bbd1891 commit b67fa66Copy full SHA for b67fa66
tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Bookmarks/BookmarksTests.cs
@@ -75,8 +75,8 @@ public void ShouldDisplayMessageWhenNoBookmarksExist()
75
var cut = ctx.Render<Blog.Web.Features.Bookmarks.Bookmarks>();
76
77
// Assert
78
- cut.WaitForElement("p");
79
- cut.Find("p").TextContent.ShouldBe("You have no bookmarks");
+ cut.WaitForElement("h4");
+ cut.Find("h4").TextContent.ShouldBe("No bookmarks yet!");
80
cut.FindComponents<ShortBlogPost>().Count.ShouldBe(0);
81
}
82
0 commit comments