Skip to content

Commit

Permalink
fix: Chat bubble test name (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cansuaa authored Nov 18, 2024
1 parent 316e93b commit ac996e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat-bubble/__tests__/chat-bubble.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("Chat bubble", () => {
expect(wrapper.findLoadingBar()!.getElement()).toBeVisible();
});

test("findLoadingBar returns null when set to false", () => {
test("findLoadingBar returns null when showLoadingBar is set to false", () => {
const wrapper = renderChatBubble({
type: "outgoing",
avatar: <Avatar ariaLabel="Avatar" />,
Expand Down

0 comments on commit ac996e0

Please sign in to comment.