Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed May 9, 2022
1 parent 5af5686 commit 331cc19
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ exports[`User Menu component when basic quota is set renders a danger quota prog
<li class="storage-wrapper oc-pl-s">
<oc-icon-stub name="cloud" filltype="line" accessiblelabel="" type="span" size="medium" variation="passive" color="" class="oc-p-xs"></oc-icon-stub>
<div class="storage-wrapper-text">
<p class="oc-my-rm"><span>Personal storage (91.0% used)</span> <br> <span class="oc-text-small">910 B of 1 kB used</span></p>
<oc-progress-stub value="91" max="100" size="small" variation="danger"></oc-progress-stub>
<p class="oc-my-rm">
<!----> <span class="oc-text-small">910 B of 1 kB used</span>
</p>
<!---->
</div>
</li>
</oc-list-stub>
Expand Down Expand Up @@ -131,8 +133,10 @@ exports[`User Menu component when quota and no email is set renders a navigation
<li class="storage-wrapper oc-pl-s">
<oc-icon-stub name="cloud" filltype="line" accessiblelabel="" type="span" size="medium" variation="passive" color="" class="oc-p-xs"></oc-icon-stub>
<div class="storage-wrapper-text">
<p class="oc-my-rm"><span>Personal storage (30.0% used)</span> <br> <span class="oc-text-small">300 B of 1 kB used</span></p>
<oc-progress-stub value="30" max="100" size="small" variation="primary"></oc-progress-stub>
<p class="oc-my-rm">
<!----> <span class="oc-text-small">300 B of 1 kB used</span>
</p>
<!---->
</div>
</li>
</oc-list-stub>
Expand Down Expand Up @@ -169,8 +173,10 @@ exports[`User Menu component when quota is above 80% and below 90% renders a war
<li class="storage-wrapper oc-pl-s">
<oc-icon-stub name="cloud" filltype="line" accessiblelabel="" type="span" size="medium" variation="passive" color="" class="oc-p-xs"></oc-icon-stub>
<div class="storage-wrapper-text">
<p class="oc-my-rm"><span>Personal storage (81.0% used)</span> <br> <span class="oc-text-small">810 B of 1 kB used</span></p>
<oc-progress-stub value="81" max="100" size="small" variation="warning"></oc-progress-stub>
<p class="oc-my-rm">
<!----> <span class="oc-text-small">810 B of 1 kB used</span>
</p>
<!---->
</div>
</li>
</oc-list-stub>
Expand Down Expand Up @@ -207,8 +213,10 @@ exports[`User Menu component when quota is below 80% renders a primary quota pro
<li class="storage-wrapper oc-pl-s">
<oc-icon-stub name="cloud" filltype="line" accessiblelabel="" type="span" size="medium" variation="passive" color="" class="oc-p-xs"></oc-icon-stub>
<div class="storage-wrapper-text">
<p class="oc-my-rm"><span>Personal storage (30.0% used)</span> <br> <span class="oc-text-small">300 B of 1 kB used</span></p>
<oc-progress-stub value="30" max="100" size="small" variation="primary"></oc-progress-stub>
<p class="oc-my-rm">
<!----> <span class="oc-text-small">300 B of 1 kB used</span>
</p>
<!---->
</div>
</li>
</oc-list-stub>
Expand Down

0 comments on commit 331cc19

Please sign in to comment.