Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbuks committed Nov 7, 2024
1 parent 41384b3 commit f350d29
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ exports[`components/ChannelHeader should render active channel files 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -832,6 +833,7 @@ exports[`components/ChannelHeader should render active flagged posts 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -1070,6 +1072,7 @@ exports[`components/ChannelHeader should render active mentions posts 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -1308,6 +1311,7 @@ exports[`components/ChannelHeader should render active pinned posts 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -1546,6 +1550,7 @@ exports[`components/ChannelHeader should render archived view 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -1816,6 +1821,7 @@ exports[`components/ChannelHeader should render correct menu when muted 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -2054,6 +2060,7 @@ exports[`components/ChannelHeader should render not active channel files 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -2902,6 +2909,7 @@ exports[`components/ChannelHeader should render properly when empty 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -3140,6 +3148,7 @@ exports[`components/ChannelHeader should render properly when populated 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -3378,6 +3387,7 @@ exports[`components/ChannelHeader should render properly when populated with cha
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -3642,6 +3652,7 @@ exports[`components/ChannelHeader should render shared view 1`] = `
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down Expand Up @@ -3882,6 +3893,7 @@ exports[`components/ChannelHeader should render the pinned icon with the pinned
ariaLabel={true}
buttonClass="member-rhs__trigger channel-header__icon channel-header__icon--left channel-header__icon--wide"
buttonId="member_rhs"
disabled={false}
iconComponent={
<React.Fragment>
<i
Expand Down

0 comments on commit f350d29

Please sign in to comment.