Skip to content

Commit e8bb96d

Browse files
committed
FilterBar: portal
1 parent 7e1223e commit e8bb96d

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

packages/main/src/components/FilterBar/__snapshots__/FilterBar.test.tsx.snap

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -158,42 +158,6 @@ exports[`FilterBar Render without crashing - w/ filter dialog 1`] = `
158158
design="Transparent"
159159
icon="navigation-down-arrow"
160160
/>
161-
<ui5-responsive-popover
162-
header-text="Variants"
163-
horizontal-align="Center"
164-
placement-type="Bottom"
165-
vertical-align="Center"
166-
>
167-
<ui5-button
168-
class="VariantManagement-footer-0"
169-
design="Emphasized"
170-
slot="footer"
171-
>
172-
Cancel
173-
</ui5-button>
174-
<ui5-list
175-
mode="SingleSelect"
176-
separators="All"
177-
>
178-
<ui5-li
179-
data-key="1"
180-
info-state="None"
181-
selected="true"
182-
style="width: 300px;"
183-
type="Active"
184-
>
185-
Variant 1
186-
</ui5-li>
187-
<ui5-li
188-
data-key="2"
189-
info-state="None"
190-
style="width: 300px;"
191-
type="Active"
192-
>
193-
Variant 2
194-
</ui5-li>
195-
</ui5-list>
196-
</ui5-responsive-popover>
197161
</div>
198162
</div>
199163
<div>

0 commit comments

Comments
 (0)