We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c961 commit 91a12b9Copy full SHA for 91a12b9
src/chat-bubble/__tests__/chat-bubble.test.tsx
@@ -20,7 +20,7 @@ function renderChatBubble(props: ChatBubbleProps) {
20
}
21
22
describe("Chat bubble", () => {
23
- test("Can access slots and elements inside", () => {
+ test("Can access slots and elements inside the slots", () => {
24
const wrapper = renderChatBubble({
25
type: "outgoing",
26
avatar: <Avatar ariaLabel="Avatar" />,
0 commit comments