Skip to content

Commit 401d133

Browse files
committed
WIP: Updated Snapshots
1 parent 0a88f94 commit 401d133

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/main/__karma_snapshots__/FilterBar.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</Button>
3434
<WithWebComponent(List) onItemClick={[Function]} mode="SingleSelect" headerText="" footerText="" noDataText="" separators="All">
3535
<ui5-list mode="SingleSelect" header-text="" footer-text="" no-data-text="" separators="All" class="">
36-
<StandardListItem style={{...}} data-key="1" type="Active" selected={false} infoState="None">
37-
<ui5-li style={{...}} data-key="1" type="Active" info-state="None" class="">
36+
<StandardListItem style={{...}} data-key="1" type="Active" selected={true} infoState="None">
37+
<ui5-li selected={true} style={{...}} data-key="1" type="Active" info-state="None" class="">
3838
Variant 1
3939
</ui5-li>
4040
</StandardListItem>
@@ -148,8 +148,8 @@
148148
</Button>
149149
<WithWebComponent(List) onItemClick={[Function]} mode="SingleSelect" headerText="" footerText="" noDataText="" separators="All">
150150
<ui5-list mode="SingleSelect" header-text="" footer-text="" no-data-text="" separators="All" class="">
151-
<StandardListItem style={{...}} data-key="1" type="Active" selected={false} infoState="None">
152-
<ui5-li style={{...}} data-key="1" type="Active" info-state="None" class="">
151+
<StandardListItem style={{...}} data-key="1" type="Active" selected={true} infoState="None">
152+
<ui5-li selected={true} style={{...}} data-key="1" type="Active" info-state="None" class="">
153153
Variant 1
154154
</ui5-li>
155155
</StandardListItem>
@@ -272,8 +272,8 @@
272272
</Button>
273273
<WithWebComponent(List) onItemClick={[Function]} mode="SingleSelect" headerText="" footerText="" noDataText="" separators="All">
274274
<ui5-list mode="SingleSelect" header-text="" footer-text="" no-data-text="" separators="All" class="">
275-
<StandardListItem style={{...}} data-key="1" type="Active" selected={false} infoState="None">
276-
<ui5-li style={{...}} data-key="1" type="Active" info-state="None" class="">
275+
<StandardListItem style={{...}} data-key="1" type="Active" selected={true} infoState="None">
276+
<ui5-li selected={true} style={{...}} data-key="1" type="Active" info-state="None" class="">
277277
Variant 1
278278
</ui5-li>
279279
</StandardListItem>

0 commit comments

Comments
 (0)