Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann authored and JammingBen committed Jun 23, 2023
1 parent c95858f commit 3a7aea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`SpaceMembers filter toggles the filter on click 1`] = `
<div class="oc-card oc-card-body oc-background-secondary oc-p-m">
<div class="info-drop-content">
<div class="oc-flex oc-flex-between info-header oc-border-b oc-pb-s">
<span class="oc-m-rm info-title">Add members to this Space</span>
<h4 class="oc-m-rm info-title">Add members to this Space</h4>
<button class="oc-button oc-rounded oc-button-m oc-button-justify-content-center oc-button-gap-m oc-button-passive oc-button-passive-raw" type="button">
<!-- @slot Content of the button -->
<oc-icon-stub accessiblelabel="" color="" filltype="line" name="close" size="medium" type="span" variation="inherit"></oc-icon-stub>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ exports[`OcSidebarNav renders navItems into a list 1`] = `
</span>
</button>
<nav aria-label="Sidebar navigation menu" class="oc-sidebar-nav oc-mb-m oc-mt-s oc-px-xs">
<div aria-hidden="true" class="oc-ml-s oc-background-primary-gradient" id="nav-highlighter"></div>
<ul class="oc-list oc-my-rm oc-mx-rm">
<div class="oc-ml-s oc-background-primary-gradient" id="nav-highlighter"></div>
<sidebar-nav-item-stub active="true" collapsed="false" filltype="fill" icon="folder" index="00000000000000000000000000000000" name="Personal" target="[object Object]"></sidebar-nav-item-stub>
<sidebar-nav-item-stub active="false" collapsed="false" filltype="fill" icon="share-forward" index="00000000000000000000000000000000" name="Shares" target="[object Object]"></sidebar-nav-item-stub>
<sidebar-nav-item-stub active="false" collapsed="false" filltype="fill" icon="delete" index="00000000000000000000000000000000" name="Deleted files" target="[object Object]"></sidebar-nav-item-stub>
Expand Down

0 comments on commit 3a7aea2

Please sign in to comment.