Skip to content

Commit 7fb9269

Browse files
committed
test(web-pkg): update unit test snapshot
1 parent 402f0d3 commit 7fb9269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-pkg/tests/unit/components/FilesList/__snapshots__/ResourceListItem.spec.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`OcResource > displays parent folder name default if calculated name is empty 1`] = `
4-
"<div class="oc-resource oc-text-overflow"><span class="oc-resource-icon-wrapper"><span class="oc-icon oc-icon-l oc-icon-passive oc-resource-icon oc-resource-icon-file" aria-hidden="true"><!----></span></span>
4+
"<div class="oc-resource oc-text-overflow"><span class="oc-resource-icon-wrapper"><span class="oc-icon oc-icon-l oc-icon-passive oc-resource-icon oc-resource-icon-file" aria-hidden="true" role="presentation"><!----></span></span>
55
<div class="oc-resource-details oc-text-overflow oc-pl-s"><button target="_self" type="button" class="oc-button oc-rounded oc-button-m oc-button-justify-content-left oc-button-gap-undefined oc-button-passive oc-button-passive-raw oc-resource-link oc-text-overflow" draggable="false">
66
<!--v-if-->
77
<!-- @slot Content of the button --> <span class="oc-resource-name" data-test-resource-path="example.pdf" data-test-resource-name="example.pdf" data-test-resource-type="file" title="example.pdf" aria-label="example.pdf"><span class="oc-text-truncate"><span class="oc-resource-basename">example</span></span><span class="oc-resource-extension">.pdf</span></span>

0 commit comments

Comments
 (0)