Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Jul 21, 2023
1 parent 0ae4fe4 commit 81623c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
exports[`SidePanel should render 1`] = `
<nav
class="theme-tc-side-panel tc-side-panel"
data-theme="light"
role="navigation"
style="width: 0px;"
>
Expand Down Expand Up @@ -30,7 +31,7 @@ exports[`SidePanel should render 1`] = `
data-simplebar="true"
>
<ul
class="nav nav-pills nav-stacked theme-tc-action-list tc-action-list theme-tc-side-panel-list tc-side-panel-list nav-inverse"
class="nav nav-pills nav-stacked theme-tc-action-list tc-action-list theme-tc-side-panel-list tc-side-panel-list nav-inverse nav-inverse"
/>
</div>
</nav>
Expand Down

0 comments on commit 81623c3

Please sign in to comment.