Display the indicator even with one message in pinned message banner (#12946)

* Display the indicator even with one message

* Update e2e tests
This commit is contained in:
Florian Duros 2024-09-02 17:51:04 +02:00 committed by GitHub
parent 41686bba58
commit f033b64b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 16 additions and 4 deletions

View file

@ -219,6 +219,14 @@ exports[`<PinnedMessageBanner /> should render a single pinned event 1`] = `
<div
class="mx_PinnedMessageBanner_content"
>
<div
class="mx_PinnedMessageBanner_Indicators"
>
<div
class="mx_PinnedMessageBanner_Indicator mx_PinnedMessageBanner_Indicator--active"
data-testid="banner-indicator"
/>
</div>
<div
class="mx_PinnedMessageBanner_PinIcon"
width="20"