Skip to content

Commit

Permalink
fix: snapshot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnwesson committed Oct 13, 2023
1 parent 8c97d21 commit bdbe684
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ exports[`CollapseMenuBody render 1`] = `
>
Discover New
</Button>
<WidgetNavbar
placement="collapsedNavbar"
/>
<Button
as="a"
href="http://localhost:18000/support"
Expand Down Expand Up @@ -95,9 +92,6 @@ exports[`CollapseMenuBody render unauthenticated 1`] = `
>
Discover New
</Button>
<WidgetNavbar
placement="collapsedNavbar"
/>
<Button
as="a"
href="http://localhost:18000/support"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ exports[`ExpandedHeader render 1`] = `
>
Discover New
</Button>
<WidgetNavbar
placement="expendedNavbar"
/>
<span
className="flex-grow-1"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@ exports[`WidgetSidebar snapshots default 1`] = `
<div
className="d-flex flex-column"
>
<RecommendationsPanel />
<injectIntl(ShimmedIntlComponent)
className="d-flex flex-column"
id="example"
pluginProps={
Object {
"className": "flex-grow-1",
"title": "example plugins",
}
}
style={
Object {
"height": 400,
}
}
>
<div
key="default"
>
This is default plugin content.
</div>
</injectIntl(ShimmedIntlComponent)>
</div>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,27 @@ exports[`WidgetSidebar snapshots default 1`] = `
<div
className="d-flex"
>
<RecommendationsPanel />
<injectIntl(ShimmedIntlComponent)
className="d-flex flex-column"
id="example"
pluginProps={
Object {
"className": "flex-grow-1",
"title": "example plugins",
}
}
style={
Object {
"height": 400,
}
}
>
<div
key="default"
>
This is default plugin content.
</div>
</injectIntl(ShimmedIntlComponent)>
</div>
</div>
`;

0 comments on commit bdbe684

Please sign in to comment.