Skip to content

Commit

Permalink
Update unit test MainLayoutShouldRenderCorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf committed Jun 29, 2022
1 parent b68ecb9 commit afda467
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void MainLayoutShouldRenderCorrectly()
cut.WaitForAssertion(() => cut.FindComponent<Appbar>().Instance.Should().NotBeNull());
cut.WaitForAssertion(() => cut.FindComponent<MudDrawer>().Instance.Should().NotBeNull());
cut.WaitForAssertion(() => cut.FindComponent<NavMenu>().Instance.Should().NotBeNull());
cut.WaitForAssertion(() => cut.FindComponent<PortalFooter>().Instance.Should().NotBeNull());

_ = cut.Markup.Should().NotBeNullOrEmpty();
_ = cut.FindAll("div.mud-popover-provider").Count.Should().Be(1);
Expand Down

0 comments on commit afda467

Please sign in to comment.