Skip to content

Commit a227f59

Browse files
committed
Update tests
Refs: #7487
1 parent 8a359f2 commit a227f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/toolbar/test/__snapshots__/snapshot.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`kol-toolbar should render with _label="Text" _items=[{"_label":"Button"
55
<template shadowrootmode="open">
66
<div aria-label="Text" class="kol-toolbar" role="toolbar">
77
<kol-button-wc _label="Button" _tabindex="0" class="button kol-toolbar__item normal"></kol-button-wc>
8-
<kol-link-wc _href="#" _label="Link" _tabindex="-1" class="button kol-toolbar__item normal"></kol-link-wc>
8+
<kol-link-wc _href="#" _label="Link" _role="button" _tabindex="-1" class="button kol-toolbar__item normal"></kol-link-wc>
99
</div>
1010
</template>
1111
</kol-toolbar>

0 commit comments

Comments
 (0)