Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Jan 16, 2024
1 parent d30375c commit 5392b3a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ exports[`[Bubble Rendering] renders Dismissable without crashing 1`] = `
<body>
<div>
<div
class="rcx-bubble rcx-box rcx-box--full rcx-bubble--group"
class="rcx-bubble rcx-box rcx-box--full rcx-bubble__group"
>
<button
class="rcx-bubble--content"
class="rcx-bubble__content"
>
<i
aria-hidden="true"
Expand All @@ -21,7 +21,7 @@ exports[`[Bubble Rendering] renders Dismissable without crashing 1`] = `
</button>
<button
aria-label="Dismiss New messages"
class="rcx-bubble--dismiss"
class="rcx-bubble__dismiss"
>
<i
aria-hidden="true"
Expand All @@ -42,7 +42,7 @@ exports[`[Bubble Rendering] renders IconAndLabel without crashing 1`] = `
class="rcx-bubble rcx-box rcx-box--full "
>
<button
class="rcx-bubble--content"
class="rcx-bubble__content"
>
<i
aria-hidden="true"
Expand All @@ -66,7 +66,7 @@ exports[`[Bubble Rendering] renders LabelOnly without crashing 1`] = `
class="rcx-bubble rcx-box rcx-box--full "
>
<button
class="rcx-bubble--content"
class="rcx-bubble__content"
>
<span>
See new messages
Expand Down

0 comments on commit 5392b3a

Please sign in to comment.