Skip to content

Commit b67fa66

Browse files
committed
fix: Test
1 parent bbd1891 commit b67fa66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Bookmarks/BookmarksTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ public void ShouldDisplayMessageWhenNoBookmarksExist()
7575
var cut = ctx.Render<Blog.Web.Features.Bookmarks.Bookmarks>();
7676

7777
// Assert
78-
cut.WaitForElement("p");
79-
cut.Find("p").TextContent.ShouldBe("You have no bookmarks");
78+
cut.WaitForElement("h4");
79+
cut.Find("h4").TextContent.ShouldBe("No bookmarks yet!");
8080
cut.FindComponents<ShortBlogPost>().Count.ShouldBe(0);
8181
}
8282
}

0 commit comments

Comments
 (0)