Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kybound committed Oct 1, 2024
1 parent de66865 commit dfb2549
Show file tree
Hide file tree
Showing 3 changed files with 2,557 additions and 2,692 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ exports[`NavigationBar Renders "Not logged in" correctly 1`] = `
captureDismiss={false}
content={
<Blueprint5.Navbar>
<Blueprint5.NavbarGroup />
<Blueprint5.NavbarGroup
align="left"
/>
</Blueprint5.Navbar>
}
defaultIsOpen={false}
Expand Down Expand Up @@ -154,7 +156,9 @@ exports[`NavigationBar Renders correctly for student with course 1`] = `
captureDismiss={false}
content={
<Blueprint5.Navbar>
<Blueprint5.NavbarGroup>
<Blueprint5.NavbarGroup
align="left"
>
<DesktopNavLink
disabled={false}
hasNotifications={true}
Expand Down Expand Up @@ -373,7 +377,9 @@ exports[`NavigationBar Renders correctly for student without course 1`] = `
captureDismiss={false}
content={
<Blueprint5.Navbar>
<Blueprint5.NavbarGroup />
<Blueprint5.NavbarGroup
align="left"
/>
</Blueprint5.Navbar>
}
defaultIsOpen={false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exports[`SideContentContestVotingContainer matches snapshot 1`] = `
onMouseLeave={[Function]}
>
<span
aria-expanded={false}
aria-hidden={true}
className="bp5-icon bp5-icon-help"
tabIndex={0}
Expand Down
Loading

0 comments on commit dfb2549

Please sign in to comment.